restyle timeseries: fix for add mac and others page

This commit is contained in:
uccidibuti 2022-11-04 09:44:55 +01:00
parent 767ad26af5
commit 50fc3952f8
6 changed files with 131 additions and 58 deletions

View file

@ -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: {},