mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Added QoE formatting badge and color
This commit is contained in:
parent
b3c525b64a
commit
3d342428f4
4 changed files with 71 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue