Added label for interface score

This commit is contained in:
Luca Deri 2021-03-08 18:29:39 +01:00
parent c81c96416a
commit 7fbd283af9
2 changed files with 3 additions and 1 deletions

View file

@ -1037,7 +1037,7 @@ local default_timeseries = {
{schema="iface:devices", label=i18n("graphs.active_devices")},
{schema="iface:http_hosts", label=i18n("graphs.active_http_servers"), nedge_exclude=1},
{schema="iface:traffic", label=i18n("traffic")},
{schema="iface:score", label=i18n("score"), enterprise_only=true},
{schema="iface:score", label=i18n("score"), enterprise_only=true, metrics_labels = { i18n("graphs.cli_score"), i18n("graphs.cli_score")}},
{schema="iface:traffic_rxtx", label=i18n("graphs.traffic_rxtx"), layout={
["bytes_sent"] = "area",
["bytes_rcvd"] = "line"