diff options
author | hwspeedy <ns@bigbear.dk> | 2024-04-02 12:27:27 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-04-02 12:27:27 +0200 |
commit | 1606a23bfd407d4bbc0e9e87fd357537f1b31992 (patch) | |
tree | f19215ebf38b868bef56d5d7d93177604de411e8 /modules/computer.c | |
parent | deccdc2445d8cf30d1afc321ea473b8115f51f8f (diff) |
FIX MemUsage fix UI/UX and add sorting
Diffstat (limited to 'modules/computer.c')
-rw-r--r-- | modules/computer.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/computer.c b/modules/computer.c index 68629f2e..98580ad5 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -376,12 +376,11 @@ gchar *callback_memory_usage() "ViewType=2\n" "LoadGraphSuffix= kB\n" "RescanInterval=2000\n" - "ColumnTitle$TextValue=%s\n" - "ColumnTitle$Extra1=%s\n" + "ColumnTitle$TextValue=%s\n" "ColumnTitle$Value=%s\n" "ShowColumnHeaders=true\n" "%s\n", meminfo, - _("Field"), _("Description"), _("Value"), /* column labels */ + _("Description"), _("Value"), /* column labels */ lginterval); } |