Show swap percentage in memory module as subtext

This commit is contained in:
Salt 2024-06-01 16:14:30 -05:00
parent 964dfaab31
commit efd5937768

View File

@ -96,7 +96,7 @@
},
"memory": {
"interval": 5,
"format": " {percentage}%",
"format": " {percentage}% <span font-size=\"7pt\">{swapPercentage}%</span>",
"states": {
"critical": 90,
"warning": 80,