diff --git a/scripts/templates/dashboard/infrastructure.json b/scripts/templates/dashboard/infrastructure.json index 7d6c65f797d0..032499240776 100644 --- a/scripts/templates/dashboard/infrastructure.json +++ b/scripts/templates/dashboard/infrastructure.json @@ -18,7 +18,7 @@ "icon" : "fas fa-gauge-simple-high", "i18n_name" : "infrastructure_dashboard.total_throughput", "link" : { - "url" : "/lua/flows_stats.lua", + "url" : "/lua/pro/enterprise/infrastructure_dashboard.lua", "url_params" : {} }, "counter_path" : "throughput_bps", @@ -42,10 +42,8 @@ "icon" : "fas fa-signal", "i18n_name" : "infrastructure_dashboard.active_instances", "link" : { - "url" : "/lua/alert_stats.lua", - "url_params" : { - "status" : "engaged" - } + "url" : "/lua/pro/enterprise/infrastructure_dashboard.lua", + "url_params" : {} }, "counter_path" : "active_instances", "counter_formatter" : "number" @@ -68,10 +66,8 @@ "icon" : "fas fa-plug-circle-xmark", "i18n_name" : "infrastructure_dashboard.offline_instances", "link" : { - "url" : "/lua/hosts_stats.lua", - "url_params" : { - "mode" : "local" - } + "url" : "/lua/pro/enterprise/infrastructure_dashboard.lua", + "url_params" : {} }, "counter_path" : "offline_instances", "counter_formatter" : "number" @@ -93,10 +89,6 @@ }, "icon" : "fas fa-stream", "i18n_name" : "live_flows", - "link" : { - "url" : "/lua/flows_stats.lua", - "url_params" : {} - }, "counter_path" : "num_flows", "counter_formatter" : "number" } @@ -117,12 +109,6 @@ }, "icon" : "fas fa-laptop", "i18n_name" : "graphs.active_hosts", - "link" : { - "url" : "/lua/hosts_stats.lua", - "url_params" : { - "mode" : "local" - } - }, "counter_path" : "num_local_hosts", "counter_formatter" : "number" } @@ -143,12 +129,6 @@ }, "icon" : "fas fa-exclamation-triangle", "i18n_name" : "show_alerts.engaged_alerts", - "link" : { - "url" : "/lua/alert_stats.lua", - "url_params" : { - "status" : "engaged" - } - }, "counter_path" : "engaged_alerts", "counter_formatter" : "number" }