Added QoE formatting badge and color

This commit is contained in:
Matteo Biscosi 2025-02-12 17:51:16 +01:00
parent b3c525b64a
commit 3d342428f4
4 changed files with 71 additions and 2 deletions

View file

@ -3354,6 +3354,11 @@ local lang = {
["qoe_fair"] = "<span class='badge bg-info'>Acceptable (%{value} %%)</span>",
["qoe_degraded"] = "<span class='badge bg-warning'>Degraded (%{value} %%)</span>",
["qoe_poor"] = "<span class='badge bg-danger'>Poor (%{value} %%)</span>",
["qoe_excellent_label"] = "Excellent",
["qoe_good_label"] = "Good",
["qoe_fair_label"] = "Acceptable",
["qoe_degraded_label"] = "Degraded",
["qoe_poor_label"] = "Poor",
["r_factor"] = "R-Factor",
["reach_connection_label"] = "Reach Connection",
["remote_to_remote"] = "Remote Client and Remote Server",