mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Disambiguate service name
This commit is contained in:
parent
00f90f1f73
commit
b567f565d9
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<button class="btn btn-light btn-icon-split btn-sm service-status float-right">
|
<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="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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /.row -->
|
</div><!-- /.row -->
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!-- status tab -->
|
<!-- status tab -->
|
||||||
<div class="tab-pane fade" id="restapistatus">
|
<div class="tab-pane fade" id="restapistatus">
|
||||||
<h4 class="mt-3 mb-3"><?php echo _("RestAPI status") ;?></h4>
|
<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="row">
|
||||||
<div class="form-group col-md-8 mt-2">
|
<div class="form-group col-md-8 mt-2">
|
||||||
<textarea class="logoutput"><?php echo htmlspecialchars($serviceLog, ENT_QUOTES); ?></textarea>
|
<textarea class="logoutput"><?php echo htmlspecialchars($serviceLog, ENT_QUOTES); ?></textarea>
|
||||||
|
|
Loading…
Reference in a new issue