mirror of
https://github.com/unraid/webgui.git
synced 2026-03-18 10:53:09 -05:00
@@ -69,8 +69,9 @@ foreach ($disks as $disk) {
|
||||
foreach ($devs as $disk) {
|
||||
$extra_size += $disk['sectors']*$disk['sector_size'];
|
||||
}
|
||||
$array_percent = my_scale(100*$array_used/$array_size, $u, 1, 0);
|
||||
$cache_percent = my_scale(100*$cache_used/$cache_size, $u, 1, 0);
|
||||
$dot = $display['number'][0];
|
||||
$array_percent = number_format(100*$array_used/($array_size ?: 1),1,$dot,'');
|
||||
$cache_percent = number_format(100*$cache_used/($cache_size ?: 1),1,$dot,'');
|
||||
|
||||
exec('cat /sys/devices/system/cpu/*/topology/thread_siblings_list|sort -nu', $cpus);
|
||||
$fans = exec("sensors -uA 2>/dev/null|grep -c 'fan[0-9]_input'");
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
@font-face{font-family:cases;font-weight:normal;font-style:normal;
|
||||
src:url('font-cases.eot?20190115');src:url('font-cases.eot?20190115#iefix') format('embedded-opentype'),url('font-cases.ttf?20190115') format('truetype'),url('font-cases.woff?20190115') format('woff'),url('font-cases.svg?20190115#cases') format('svg')}
|
||||
src:url('font-cases.eot?20190116');src:url('font-cases.eot?20190116#iefix') format('embedded-opentype'),url('font-cases.ttf?20190116') format('truetype'),url('font-cases.woff?20190116') format('woff'),url('font-cases.svg?20190116#cases') format('svg')}
|
||||
[class^='case-'],[class*=' case-']{font-family:cases!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none}
|
||||
.case-2u-poweredge:before{content:'\e91d'}
|
||||
.case-stormtrooper:before{content:'\e91e'}
|
||||
.case-3u-md1510:before{content:'\e91a'}
|
||||
.case-4u-storinator:before{content:'\e91b'}
|
||||
.case-storinator-ws:before{content:'\e91c'}
|
||||
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 61 KiB |
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user