refactor: hide sysmon.top config
This commit is contained in:
parent
12e549a3a2
commit
f361870ca7
|
@ -1633,7 +1633,9 @@ fields("sysmon") ->
|
||||||
{"top",
|
{"top",
|
||||||
sc(
|
sc(
|
||||||
ref("sysmon_top"),
|
ref("sysmon_top"),
|
||||||
#{}
|
%% Userful monitoring solution when benchmarking,
|
||||||
|
%% but hardly common enough for regular users.
|
||||||
|
#{importance => ?IMPORTANCE_HIDDEN}
|
||||||
)}
|
)}
|
||||||
];
|
];
|
||||||
fields("sysmon_vm") ->
|
fields("sysmon_vm") ->
|
||||||
|
|
Loading…
Reference in New Issue