Move ports plugin just after network

pull/2745/head
nicolargo 2024-04-29 10:11:26 +02:00
parent 1cd17d9614
commit fa61149810
3 changed files with 3 additions and 3 deletions

View File

@ -109,9 +109,9 @@ class _GlancesCurses(object):
# Both can be overwritten by the configuration file ([outputs] left_menu option) # Both can be overwritten by the configuration file ([outputs] left_menu option)
_left_sidebar = [ _left_sidebar = [
'network', 'network',
'ports',
'wifi', 'wifi',
'connections', 'connections',
'ports',
'diskio', 'diskio',
'fs', 'fs',
'irq', 'irq',

View File

@ -1,9 +1,9 @@
{ {
"leftMenu": [ "leftMenu": [
"network", "network",
"ports",
"wifi", "wifi",
"connections", "connections",
"ports",
"diskio", "diskio",
"fs", "fs",
"irq", "irq",

File diff suppressed because one or more lines are too long