refactor: hide sysmon.top config

This commit is contained in:
Zaiming (Stone) Shi 2023-04-18 18:53:49 +02:00
parent 12e549a3a2
commit f361870ca7
1 changed files with 3 additions and 1 deletions

View File

@ -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") ->