mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Displays host pool names in captive portal users
This commit is contained in:
parent
a384d82682
commit
2385542b89
2 changed files with 8 additions and 7 deletions
|
|
@ -127,7 +127,7 @@ if #available_pools > 0 then
|
|||
</form>
|
||||
]] else
|
||||
print [[<br><br>
|
||||
<div class="alert alert-warning">
|
||||
<div class="alert alert-info">
|
||||
<strong>No Pools available</strong> Create one from the 'Create Pools' tab
|
||||
</div>
|
||||
]] end
|
||||
|
|
@ -135,7 +135,7 @@ print[[
|
|||
<br/><br/>
|
||||
</div>
|
||||
<div id="create" class="tab-pane">
|
||||
<form id="table-create-form"c>
|
||||
<form id="table-create-form">
|
||||
<br/><div id="table-create"></div>
|
||||
<button class="btn btn-primary" style="float:right; margin-right:1em;" disabled="disabled" type="submit">]] print(i18n("save_settings")) print[[</button>
|
||||
</form>
|
||||
|
|
@ -420,7 +420,7 @@ print [[
|
|||
field: "column_pool_id",
|
||||
css: {
|
||||
textAlign: 'center',
|
||||
width: '2%',
|
||||
width: '5%',
|
||||
verticalAlign: 'middle'
|
||||
}
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue