mirror of
https://github.com/unraid/webgui.git
synced 2026-03-09 04:21:27 -05:00
Multi cache pool support
This commit is contained in:
@@ -246,7 +246,7 @@ function array_online(&$disk) {
|
||||
break;
|
||||
case 'DISK_NP_DSBL':
|
||||
echo "<td>".device_info($disk,true)."</td>";
|
||||
echo "<td><em>"._('Not installed')."</em></td>";
|
||||
echo "<td><em><a class='nohand' style='color:grey'><i class='icon-disk icon'></i><span></span></a>"._('Not installed')."</em></td>";
|
||||
echo "<td colspan='4'></td>";
|
||||
fs_info($disk);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user