Skip to content

Commit cab558a

Browse files
committed
fix: fixed Linux System Free/Used Memory graph type
1 parent 2a4e44b commit cab558a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/plugins/system/linux/memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def graphs(self, template, dashboard=False):
100100
{
101101
"name": "System: Server Free/Used Memory Overview",
102102
"height": 400,
103-
"type": 0,
103+
"type": 1,
104104
"items": free_used_items
105105
}
106106
]

0 commit comments

Comments
 (0)