Disk temperature monitoring widget mod

Tell us your most wanted features from QNAP products.
Locked
jaunais2
New here
Posts: 3
Joined: Sun Feb 02, 2020 12:55 pm

Disk temperature monitoring widget mod

Post by jaunais2 »

Hello QNAP team

I recentry monitoring Disk temperature (this summer are hot).

And for continuity view temperature status I drag & drop to desktop "Disk health" widget.

Problem is this widget height:
- I have TS-653D + QM2 expansion Card and totaly NAS have 8 disks, but widget does not display everything at once - widget height is only 111px (shows only 4 disks at once), and i need to use scrollbar for monitoring.

Can You redesign css for this widget for automatic heigth, or make this height px in calculated, based on disk count in system?

I temporary use browser User CSS option with that css

Code: Select all

#widget-QHDDHealth .x-panel-body {
  height: 211px !important;
}
  
#widget-QHDDHealth .x-panel-body > div {
	height: 211px !important;
}
#widget-QHDDHealth .x-list-wrap.hdd-list.soho.overflow-hidden.x-abs-layout-item {
	overflow: visible !Important;
}

After that i can view temperature for all my disks in one widget w/o scrollbar.
widget_mod.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
OneCD
Guru
Posts: 12037
Joined: Sun Aug 21, 2016 10:48 am
Location: "... there, behind that sofa!"

Re: Disk temperature monitoring widget mod

Post by OneCD »


ImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImage
jaunais2
New here
Posts: 3
Joined: Sun Feb 02, 2020 12:55 pm

Re: Disk temperature monitoring widget mod

Post by jaunais2 »

OneCD wrote: Fri Jun 25, 2021 3:33 am viewtopic.php?f=24&t=161411
Done
Locked

Return to “Features Wanted”