mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Host pool member counter is now displayed in the interface page
This commit is contained in:
parent
1b84953e3f
commit
d3444879d0
7 changed files with 39 additions and 5 deletions
|
|
@ -1761,8 +1761,9 @@ function printPoolChangeDropdown(pool_id)
|
|||
</select>
|
||||
<input id="csrf" name="csrf" type="hidden" value="]] .. ntop.getRandomCSRFValue() ..[[" />
|
||||
<button type="submit" class="btn btn-default">]] .. i18n("save") .. [[</button>
|
||||
</form>
|
||||
</td>
|
||||
</form>
|
||||
<A HREF=/lua/if_stats.lua?page=pools#create><i class="fa fa-sm fa-cog" aria-hidden="true" title="]] .. i18n("host_pools.edit_host_pools") .. [["></i> ]]
|
||||
.. i18n("host_pools.edit_host_pools") .. [[</A>
|
||||
</tr>]]
|
||||
|
||||
print(table.concat(output, ''))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue