From d3b4c6d080285d3270cc251dcb75f8fb9b41cc71 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 29 Apr 2019 10:02:08 +0200 Subject: [statistics] Add captions to RAM/swap bar --- modules-available/statistics/templates/machine-main.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'modules-available/statistics/templates') diff --git a/modules-available/statistics/templates/machine-main.html b/modules-available/statistics/templates/machine-main.html index 86f6349a..e49438eb 100644 --- a/modules-available/statistics/templates/machine-main.html +++ b/modules-available/statistics/templates/machine-main.html @@ -229,13 +229,15 @@ {{#live_memsize}}
-
{{live_memfree_s}} {{lang_free}}
+
{{lang_ram}}
+
{{live_memfree_s}} {{lang_free}}
{{/live_memsize}} {{#live_swapsize}}
-
{{live_swapfree_s}} {{lang_free}}
+
{{lang_swap}}
+
{{live_swapfree_s}} {{lang_free}}
{{/live_swapsize}} @@ -260,7 +262,7 @@ {{#live_tmpsize}}
-
{{live_tmpfree_s}} {{lang_free}}
+
{{live_tmpfree_s}} {{lang_free}}
{{/live_tmpsize}} -- cgit v1.2.3-55-g7522