Disambiguate service name

This commit is contained in:
billz 2024-03-08 09:01:13 +01:00
parent 00f90f1f73
commit b567f565d9
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
<div class="col">
<button class="btn btn-light btn-icon-split btn-sm service-status float-right">
<span class="icon text-gray-600"><i class="fas fa-circle service-status-<?php echo $serviceStatus ?>"></i></span>
<span class="text service-status">raspap-api <?php echo _($serviceStatus) ?></span>
<span class="text service-status">restapi.service <?php echo _($serviceStatus) ?></span>
</button>
</div>
</div><!-- /.row -->

View file

@ -1,7 +1,7 @@
<!-- status tab -->
<div class="tab-pane fade" id="restapistatus">
<h4 class="mt-3 mb-3"><?php echo _("RestAPI status") ;?></h4>
<p><?php echo _("Current <code>raspap-restapi.service</code> status is displayed below."); ?></p>
<p><?php echo _("Current <code>restapi.service</code> status is displayed below."); ?></p>
<div class="row">
<div class="form-group col-md-8 mt-2">
<textarea class="logoutput"><?php echo htmlspecialchars($serviceLog, ENT_QUOTES); ?></textarea>