panel title change

This commit is contained in:
m0duspwnens
2021-07-20 08:54:39 -04:00
parent fcc6802f86
commit 90f6bad6ce
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"type": "graph", "type": "graph",
"title": "Swap Usage - bytes", "title": "Swap Usage",
"gridPos": { "gridPos": {
"x": {{ PANELS.swap_usage_bytes_graph.gridPos.x }}, "x": {{ PANELS.swap_usage_bytes_graph.gridPos.x }},
"y": {{ PANELS.swap_usage_bytes_graph.gridPos.y }}, "y": {{ PANELS.swap_usage_bytes_graph.gridPos.y }},

View File

@@ -86,6 +86,6 @@
], ],
"timeFrom": null, "timeFrom": null,
"timeShift": null, "timeShift": null,
"title": "$servername - System Uptime", "title": "System Uptime",
"type": "stat" "type": "stat"
} }