12 lines
445 B
PHP
Raw Normal View History

2024-02-19 19:34:59 +01:00
<!-- status tab -->
<div class="tab-pane fade" id="restapistatus">
<h4 class="mt-3 mb-3"><?php echo _("RestAPI status") ;?></h4>
2024-03-08 09:01:13 +01:00
<p><?php echo _("Current <code>restapi.service</code> status is displayed below."); ?></p>
2024-02-19 19:34:59 +01:00
<div class="row">
<div class="mb-3 col-md-8 mt-2">
2024-10-24 10:30:53 -07:00
<textarea class="logoutput text-secondary"><?php echo htmlspecialchars($serviceLog, ENT_QUOTES); ?></textarea>
2024-02-19 19:34:59 +01:00
</div>
</div>
</div><!-- /.tab-pane -->