info about radius pool

This commit is contained in:
Ibnu Maksum 2023-10-16 10:29:07 +07:00
parent a54df9bdab
commit 3ae81d0105
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
2 changed files with 6 additions and 0 deletions

View file

@ -31,6 +31,9 @@
{/foreach}
</select>
</div>
{if $_c['radius_enable']}
<p class="help-block col-md-4">For Radius, you need to add <b>Pool Name</b> in Mikrotik manually</p>
{/if}
</div>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">

View file

@ -25,6 +25,9 @@
<div class="col-md-6">
<input type="text" class="form-control" id="routers" name="routers" value="{$d['routers']}" readonly>
</div>
{if $_c['radius_enable']}
<p class="help-block col-md-4">For Radius, you need to add <b>Pool Name</b> in Mikrotik manually</p>
{/if}
</div>
<div class="form-group">