mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-07 02:20:26 +03:00
Make the left menu configurable (in Curses and WebUI) #2648
This commit is contained in:
parent
adf6a4222d
commit
f4d43296c6
16
glances/outputs/static/js/uiconfig.json
Normal file
16
glances/outputs/static/js/uiconfig.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"leftMenu": [
|
||||
"network",
|
||||
"wifi",
|
||||
"connections",
|
||||
"ports",
|
||||
"diskio",
|
||||
"fs",
|
||||
"irq",
|
||||
"folders",
|
||||
"raid",
|
||||
"smart",
|
||||
"sensors",
|
||||
"now"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user