Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Jan 31, 2025
1 parent bc373e7 commit 96c64bd
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions scripts/templates/dashboard/infrastructure.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand All @@ -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"
}
Expand Down

0 comments on commit 96c64bd

Please sign in to comment.