memory.cgi: Fix memory usage table

procps 3.3.10 introduced a new output format for the "free" command.
This patch adapts the new format.

Fixes: #12628

Signed-off-by: Leo-Andres Hofmann <hofmann@leo-andres.de>
Tested-by: Bernhard Bitsch <bbitsch@ipfire.org>
Tested-by: Bernhard Bitsch <bbitsch@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Leo-Andres Hofmann
2021-06-08 08:37:18 +02:00
committed by Michael Tremer
parent 65171dc956
commit 43f20d6e5a
3 changed files with 18 additions and 19 deletions

View File

@@ -507,6 +507,7 @@
'cache management' => 'Cache-Verwaltung',
'cache size' => 'Cache-Größe (MB):',
'cached' => 'zwischengespeichert',
'available' => 'verfügbar',
'cached memory' => 'Zwischenspeicher ',
'cached swap' => 'Zwischenspeicher (Swap)',
'calamaris available reports' => 'Verfügbare Berichte',

View File

@@ -522,6 +522,7 @@
'cache management' => 'Cache management',
'cache size' => 'Cache size (MB):',
'cached' => 'cached',
'available' => 'available',
'cached memory' => 'Cached Memory ',
'cached swap' => 'Cached Swap',
'calamaris available reports' => 'Available reports',