mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 19:29:13 -05:00
Fix SMART regression error and increase Adaptec devices
This commit is contained in:
@@ -19,6 +19,7 @@ require_once "$docroot/webGui/include/Preselect.php";
|
||||
$unassigned = array_key_exists($name, $devs);
|
||||
$disks = array_merge_recursive($disks, $devs);
|
||||
$disk = &$disks[$name];
|
||||
$dev = $disk['device'];
|
||||
$events = explode('|',$disk['smEvents'] ?? $var['smEvents'] ?? $numbers);
|
||||
$bgcolor = strstr('white,azure',$display['theme']) ? '#f2f2f2' : '#1c1c1c';
|
||||
$yes = _('Yes');
|
||||
@@ -95,7 +96,7 @@ function setGlue(form,reset) {
|
||||
{glue:',',more:2,dev:0,type:'select',min11:'',min12:'auto',min21:'',min22:12,min23:16}, // sat
|
||||
{glue:'' ,more:0,dev:0,type:''}, // scsi
|
||||
{glue:',',more:1,dev:1,type:'',min1:0,max1:127}, // 3ware
|
||||
{glue:',',more:3,dev:1,type:'',min1:0,max1:15,min2:0,max2:7,min3:0,max3:7}, // adaptec
|
||||
{glue:',',more:3,dev:1,type:'',min1:0,max1:15,min2:0,max2:7,min3:0,max3:15}, // adaptec
|
||||
{glue:'/',more:2,dev:1,type:'',min1:1,max1:128,min2:1,max2:8}, // areca
|
||||
{glue:'/',more:3,dev:1,type:'',min1:1,max1:4,min2:1,max2:128,min3:1,max3:4}, // highpoint
|
||||
{glue:'' ,more:1,dev:1,type:'',min1:0,max1:15}, // hp cciss
|
||||
|
||||
Reference in New Issue
Block a user