mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Add left-over files
This commit is contained in:
parent
9d0773f40b
commit
9d87125e4f
5 changed files with 355 additions and 2 deletions
|
|
@ -719,7 +719,6 @@ print[[ css : {
|
|||
|
||||
if ((vlan_value > 0) && (is_cidr))
|
||||
value = value + " [VLAN " + vlan_value + "]";
|
||||
|
||||
]]
|
||||
|
||||
if #available_pools > 2 then
|
||||
|
|
@ -971,6 +970,7 @@ print [[
|
|||
$("input", input).first().attr("disabled", "disabled");
|
||||
} else {
|
||||
datatableAddLinkButtonCallback.bind(this)(6, pool_link, "View");
|
||||
value = value.replace("'", "\\'");
|
||||
datatableAddDeleteButtonCallback.bind(this)(6, "delete_pool_id ='" + pool_id + "'; $('#delete_pool_dialog_pool').html('" + value + "'); $('#delete_pool_dialog').modal('show');", "]] print(i18n('delete')) print[[");
|
||||
|
||||
if (pool_undeletable)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue