mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
fixed edit am
This commit is contained in:
parent
e1f4bb80f7
commit
0a59f57125
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ $(document).ready(function() {
|
|||
|
||||
dialogRefreshMeasurement($dialog, amData.granularity);
|
||||
},
|
||||
beforeSumbit: function () {
|
||||
beforeSumbit: function (amData) {
|
||||
|
||||
const host = $("#input-edit-host").val(), measurement = $("#select-edit-measurement").val();
|
||||
const granularity = $("#select-edit-granularity").val();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue