diff --git a/scripts/plugins/monitors/network/active_monitoring/templates/am_edit_host_modal.html b/scripts/plugins/monitors/network/active_monitoring/templates/am_edit_host_modal.html index c309622bbc..830ea6921d 100644 --- a/scripts/plugins/monitors/network/active_monitoring/templates/am_edit_host_modal.html +++ b/scripts/plugins/monitors/network/active_monitoring/templates/am_edit_host_modal.html @@ -28,7 +28,7 @@
+ class="form-select measurement-host" />
@@ -43,7 +43,7 @@
+ class="form-select rounded-right measurement-threshold" min="1" max="10000">
@@ -55,7 +55,7 @@ {{ i18n("pools.pool_names_suffix.active_monitoring") }}
- {% for _, pool in pairsByKeys(pools:get_all_pools(), asc) do %} {% end %} @@ -74,7 +74,7 @@ {{ i18n("interface") }}
- {% for name,v in pairsByKeys(ntop.listInterfaces(), asc) do