forked from kevinowino869/mitrobill
Update radius-nas.tpl
Update translation
This commit is contained in:
parent
26d14794e2
commit
95620da151
@ -24,16 +24,16 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<a href="{$_url}radius/nas-add" class="btn btn-primary btn-block"><i
|
<a href="{$_url}radius/nas-add" class="btn btn-primary btn-block"><i
|
||||||
class="ion ion-android-add"> </i> New NAS</a>
|
class="ion ion-android-add"> </i> {Lang::T('New NAS')}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-bordered table-striped table-condensed">
|
<table class="table table-bordered table-striped table-condensed">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>{Lang::T('Name')}</th>
|
||||||
<th>IP</th>
|
<th>IP</th>
|
||||||
<th>Type</th>
|
<th>{Lang::T('Type')}</th>
|
||||||
<th>Port</th>
|
<th>Port</th>
|
||||||
<th>Server</th>
|
<th>Server</th>
|
||||||
<th>Community</th>
|
<th>Community</th>
|
||||||
@ -67,11 +67,11 @@
|
|||||||
{include file="pagination.tpl"}
|
{include file="pagination.tpl"}
|
||||||
<div class="bs-callout bs-callout-info" id="callout-navbar-role">
|
<div class="bs-callout bs-callout-info" id="callout-navbar-role">
|
||||||
<h4>RADIUS REST</h4>
|
<h4>RADIUS REST</h4>
|
||||||
<p>For Radius REST, you don't need to add NAS, NAS need to add to client.conf manually</p>
|
<p>{Lang::T('For Radius REST, you don't need to add NAS, NAS need to add to client.conf manually')}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{include file="sections/footer.tpl"}
|
{include file="sections/footer.tpl"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user