WebUI errors in 4.3.0.4 on iPad Air (and Browser with low resolution) #3057

This commit is contained in:
nicolargo 2024-12-28 13:46:14 +01:00
commit 790bd5bfad
4 changed files with 8 additions and 4 deletions

View File

@ -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;
}

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long