forked from kevinowino869/mitrobill
info about radius pool
This commit is contained in:
parent
a54df9bdab
commit
3ae81d0105
@ -31,6 +31,9 @@
|
|||||||
{/foreach}
|
{/foreach}
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</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>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-lg-offset-2 col-lg-10">
|
<div class="col-lg-offset-2 col-lg-10">
|
||||||
|
@ -25,6 +25,9 @@
|
|||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<input type="text" class="form-control" id="routers" name="routers" value="{$d['routers']}" readonly>
|
<input type="text" class="form-control" id="routers" name="routers" value="{$d['routers']}" readonly>
|
||||||
</div>
|
</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>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user