mirror of
https://github.com/unraid/webgui.git
synced 2026-05-01 23:39:21 -05:00
Small fix for dual-device "swap/disable" function.
This commit is contained in:
@@ -86,7 +86,7 @@ function assignment(&$disk) {
|
||||
}
|
||||
function fs_info(&$disk) {
|
||||
global $display;
|
||||
if ($disk['type']=='Parity' || $disk['fsStatus']=='-') {
|
||||
if ($disk['fsStatus']=='-') {
|
||||
echo "<td colspan='5'></td>";
|
||||
return;
|
||||
} else if ($disk['fsStatus']=='Mounted') {
|
||||
|
||||
Reference in New Issue
Block a user