From 9e5028536d269b8b21a5bad10e58c4eb152daeae 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/machine-main.html') diff --git a/modules-available/statistics/templates/machine-main.html b/modules-available/statistics/templates/machine-main.html index 12f1d4c5..6052141c 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