Skip to content

Commit

Permalink
WebUI errors in 4.3.0.4 on iPad Air (and Browser with low resolution) #…
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Dec 28, 2024
1 parent c8cb4d0 commit 233f5a6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions glances/outputs/static/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@ body {
* > td:nth-child(2), td:nth-child(3) {
width: 15em;
}
* > td:nth-child(3) {
white-space: nowrap;
overflow: hidden;
}
* > td:nth-child(4) {
width: 6em;
}
Expand Down
2 changes: 1 addition & 1 deletion glances/outputs/static/js/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="col d-none d-xl-block d-xxl-block" v-if="!args.disable_ip">
<glances-plugin-ip :data="data"></glances-plugin-ip>
</div>
<div class="col-auto ms-auto d-none d-xxl-block" v-if="!args.disable_now">
<div class="col-auto ms-auto d-none d-lg-block d-xl-block d-xxl-block" v-if="!args.disable_now">
<glances-plugin-now :data="data"></glances-plugin-now>
</div>
<div class="col-auto ms-auto" v-if="!args.disable_uptime">
Expand Down
2 changes: 1 addition & 1 deletion glances/outputs/static/public/browser.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions glances/outputs/static/public/glances.js

Large diffs are not rendered by default.

0 comments on commit 233f5a6

Please sign in to comment.