Add restAPI doc link when svc is active

This commit is contained in:
billz
2024-03-09 09:25:02 +01:00
parent 1e840abbaf
commit f81c68de26
2 changed files with 24 additions and 2 deletions

View File

@@ -1,8 +1,13 @@
<div class="tab-pane active" id="restapisettings">
<h4 class="mt-3"><?php echo ("RestAPI settings") ;?></h4>
<div class="row">
<div class="form-group col-lg-12 mt-3">
<div class="form-group col-lg-12 mt-2">
<div class="row">
<div class="col-md-6">
<?php echo $docMsg; ?>
</div>
</div>
<div class="row mt-3">
<div class="form-group col-md-6" required>
<label for="txtapikey"><?php echo _("API Key"); ?></label>
<div class="input-group">