diff --git a/conf/glances.conf b/conf/glances.conf index 21b76890..643b8f32 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -30,7 +30,7 @@ history_size=1200 # Set the the Curses and WebUI interface left menu plugin list (comma-separated) #left_menu=network,wifi,connections,ports,diskio,fs,irq,folders,raid,smart,sensors,now # Limit the number of processes to display (in the WebUI) -max_processes_display=25 +#max_processes_display=25 # Options for WebUI #------------------ # Set URL prefix for the WebUI and the API diff --git a/glances/outputs/static/css/style.scss b/glances/outputs/static/css/style.scss index fcf20b10..f7be4749 100644 --- a/glances/outputs/static/css/style.scss +++ b/glances/outputs/static/css/style.scss @@ -20,6 +20,7 @@ body { color: $glances-fg; font-family: $glances-fonts; font-size: $glances-fonts-size; + overflow: hidden; } .title { @@ -77,6 +78,26 @@ body { font-weight: bold !important; } +// Layout + +.header { + height: 30px; +} + +.top { + height: 140px; +} + +.left-sidebar { + overflow-y: auto; + height: calc(100vh - 30px - 140px); +} + +.right-sidebar { + overflow-y: auto; + height: calc(100vh - 30px - 140px); +} + // Table .table { @@ -119,23 +140,6 @@ body { background: $glances-link-hover-color; } -// Separator - -.separator { - overflow: hidden; - height: 5px; -} - -.separator:after { - content: ''; - display: block; - margin: -25px auto 0; - width: 100%; - height: 24px; - border-radius: 125px / 12px; - box-shadow: 0 0 8px #555555; -} - // Plugins .plugin { @@ -270,6 +274,8 @@ body { } #processlist { + overflow-y: auto; + height: 600px; * > td:nth-child(-n+12) { width: 5em; } @@ -280,7 +286,7 @@ body { width: 7em; } * > td:nth-child(7) { - width: 6em; + width: 7em; } * > td:nth-child(9),td:nth-child(10) { width: 2em; diff --git a/glances/outputs/static/js/App.vue b/glances/outputs/static/js/App.vue index 8d04bed3..b3b9a285 100644 --- a/glances/outputs/static/js/App.vue +++ b/glances/outputs/static/js/App.vue @@ -4,7 +4,7 @@
-
+
@@ -25,8 +25,7 @@
-
-
+
@@ -64,17 +63,16 @@
-
-
+
-