mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
restyle timeseries: fix for add mac and others page
This commit is contained in:
parent
767ad26af5
commit
50fc3952f8
6 changed files with 131 additions and 58 deletions
|
|
@ -15,7 +15,7 @@
|
|||
function start_vue() {
|
||||
const is_ntop_pro = '{* ntop.isPro() *}' == 'true';
|
||||
const is_ntop_enterprise_m = '{* ntop.isEnterpriseM() *}' == 'true';
|
||||
const is_clickhouse_enabled = '{* is_clickhouse_enabled *}' == 'true';
|
||||
const is_history_enabled = '{* is_clickhouse_enabled *}' == 'true';
|
||||
const traffic_extraction_permitted = '{* traffic_extraction_permitted *}' == 'true';
|
||||
const default_ifid = '{* interface.getId() *}'
|
||||
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
is_ntop_pro,
|
||||
is_ntop_enterprise_m,
|
||||
traffic_extraction_permitted,
|
||||
is_clickhouse_enabled,
|
||||
is_history_enabled,
|
||||
};
|
||||
},
|
||||
methods: {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue