mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
[nEdge] Fix Daily Traffic Quota and Daily Time Quota column style.
This commit is contained in:
parent
e5baa4a3c7
commit
1946ab0a98
1 changed files with 2 additions and 2 deletions
|
|
@ -573,11 +573,11 @@ function makeResolutionButtons(fmt_to_data, ctrl_id, fmt, value, extra, max_val)
|
|||
var _resol_inputs = [];
|
||||
|
||||
function resol_selector_get_input(a_button) {
|
||||
return $("input", $(a_button).closest(".form-group.mb-3")).last();
|
||||
return $("input", $(a_button).closest(".form-group")).last();
|
||||
}
|
||||
|
||||
function resol_selector_get_buttons(an_input) {
|
||||
return $(".btn-group", $(an_input).closest(".form-group.mb-3")).first().find("input");
|
||||
return $(".btn-group", $(an_input).closest(".form-group")).first().find("input");
|
||||
}
|
||||
|
||||
/* This function scales values wrt selected resolution */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue