mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
add reset button with confirm (#4730)
This commit is contained in:
parent
d19db6b678
commit
20273758ef
5 changed files with 73 additions and 9 deletions
|
|
@ -110,7 +110,12 @@ script = {
|
|||
input_builder = "items_list",
|
||||
item_list_type = "mac_address",
|
||||
input_title = i18n("unexpected_new_device.title"),
|
||||
input_description = i18n("unexpected_new_device.description"),
|
||||
input_description = i18n("unexpected_new_device.description"),
|
||||
|
||||
-- input_action_i18n = "Action Button",
|
||||
-- input_action_url = "lua/rest/v1/delete/host/pool.lua",
|
||||
-- input_action_confirm = true,
|
||||
-- input_action_i18n_confirm = "Would you like to confirm the action",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue