mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
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:
committed by
Michael Tremer
parent
65171dc956
commit
43f20d6e5a
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user