mirror of https://github.com/nicolargo/glances.git
WebUI errors in 4.3.0.4 on iPad Air (and Browser with low resolution) #3057
This commit is contained in:
commit
790bd5bfad
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Reference in New Issue