mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Implements #5003 empty interface menu in active monitoring
This commit is contained in:
parent
0c96c1e7d7
commit
07bf17b3f7
1 changed files with 1 additions and 1 deletions
|
|
@ -126,6 +126,6 @@
|
|||
let import_csrf = "{{ ntop.getRandomCSRFValue()}}";
|
||||
const measurements_info = {*json.encode(am_stats.measurements_info)*};
|
||||
const poolsFilter = {* json.encode(am_stats.pool_filters)*};
|
||||
|
||||
const SHOW_IFACE = {{ ntop.isPingIfaceAvailable() }};
|
||||
</script>
|
||||
<script type='text/javascript' src='{{ plugins_utils.getHttpdocsDir("active_monitoring")}}/active_monitoring_utils.js?{{ ntop.getStaticFileEpoch() }}'></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue