mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add nedge device shutdown and reboot dialogs
This commit is contained in:
parent
c0964bb924
commit
ca21850b12
5 changed files with 74 additions and 4 deletions
|
|
@ -3273,7 +3273,7 @@ function makeResolutionButtons(fmt_to_data, ctrl_id, fmt, value, extra)
|
|||
function resol_selector_on_form_submit(event) {
|
||||
var form = $(this);
|
||||
|
||||
if (event.isDefaultPrevented()) /* isDefaultPrevented is true when the form is invalid */
|
||||
if (event.isDefaultPrevented() || (form.find(".has-error").length > 0))
|
||||
return false;
|
||||
|
||||
resol_selector_finalize(form);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue