summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-08-24 16:23:20 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-08-24 18:39:00 -0300
commit0939e5cb4139a873f4338a4a9d497e6b38181ca4 (patch)
treea86654dfb4d24ba92ab4321ea055c55f6458c949 /linux
parente1c2dc56fd2e4c9bd58d1ede0fd0a8698f091e67 (diff)
Settings: fix default and storage of sort keys
Diffstat (limited to 'linux')
-rw-r--r--linux/Platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Platform.c b/linux/Platform.c
index 7efc7e47..cfaa0f14 100644
--- a/linux/Platform.c
+++ b/linux/Platform.c
@@ -101,7 +101,7 @@ ScreenDefaults Platform_defaultScreens[] = {
{
.name = "L1 Data Cache",
.columns = "PID USER PERCENT_CPU L1DREADS L1DRMISSES L1DWRITES L1DWMISSES Command",
- .sortKey = "LD1READS",
+ .sortKey = "L1DREADS",
},
};

© 2014-2024 Faster IT GmbH | imprint | privacy policy