mirror of
https://github.com/unraid/webgui.git
synced 2026-02-23 02:39:28 -06:00
Main page: NMVE status updates
This commit is contained in:
@@ -275,8 +275,6 @@ function get_nvme_powerstate($device) {
|
||||
$entry = str_replace(' ','',trim($value[0]));
|
||||
switch ($entry){
|
||||
case 'wctemp':
|
||||
$nvme[$entry] = $value[1] - 273;
|
||||
break;
|
||||
case 'cctemp':
|
||||
$nvme[$entry] = $value[1] - 273;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user