dont show disabled plan and routers

This commit is contained in:
Ibnu Maksum
2022-09-08 14:00:46 +07:00
parent 6afcdfe1fa
commit 99f9f73a70
5 changed files with 25 additions and 17 deletions

View File

@ -37,8 +37,6 @@
</select>
</div>
</div>
</div>
<div class="panel-body">
<div class="form-group">
<label class="col-md-2 control-label">Radius Mode?</label>
<div class="col-md-6">
@ -51,6 +49,13 @@
<p class="help-block">With Radius user can use Hotspot or PPOE.</p>
</div>
</div>
<div class="form-group">
<label class="col-md-2 control-label">APP URL</label>
<div class="col-md-6">
<input type="text" readonly class="form-control" value="{$app_url}">
<p class="help-block">system/config.php</p>
</div>
</div>
</div>
<div class="panel-heading">Telegram Notification</div>
<div class="panel-body">
@ -115,8 +120,10 @@ add dst-host=*.tawk.to</pre>
</div>
</div>
</div>
<pre>/ip hotspot walled-garden
add dst-host={$_domain}
add dst-host=*.{$_domain}</pre>
</div>
</div>
</div>
</form>