mirror of
https://github.com/unraid/webgui.git
synced 2026-03-09 04:21:27 -05:00
Miscellaneous encryption enhancements
This commit is contained in:
@@ -73,8 +73,8 @@ foreach ($disks as $name => $disk) {
|
||||
}
|
||||
switch ($disk['luksState']) {
|
||||
case 0: $luks = ""; break;
|
||||
case 1: $luks = "<i class='padlock green-text fa fa-lock' title='All files in share encrypted'></i>"; break;
|
||||
case 2: $luks = "<i class='padlock orange-text fa fa-lock' title='Some files in share unencrypted'></i>"; break;
|
||||
case 1: $luks = "<i class='padlock green-text fa fa-unlock-alt' title='All files in share encrypted'></i>"; break;
|
||||
case 2: $luks = "<i class='padlock orange-text fa fa-unlock-alt' title='Some files in share unencrypted'></i>"; break;
|
||||
default: $luks = ""; break;
|
||||
}
|
||||
echo "<tr>";
|
||||
|
||||
Reference in New Issue
Block a user