Settings: fix default and storage of sort keys

This commit is contained in:
Hisham Muhammad
2018-08-24 16:23:20 -03:00
parent e1c2dc56fd
commit 0939e5cb41
2 changed files with 5 additions and 2 deletions

View File

@ -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",
},
};