mirror of
https://github.com/unraid/webgui.git
synced 2026-03-03 06:40:50 -06:00
Alignment of empty user shares and empty disk shares
This commit is contained in:
@@ -112,6 +112,6 @@ foreach ($disks as $name => $disk) {
|
||||
}
|
||||
}
|
||||
if ($row==0) {
|
||||
echo "<tr><td colspan='8' style='text-align:center'><i class='fa fa-folder-open-o icon'></i>There are no exportable disk shares</td></tr>";
|
||||
echo "<tr><td colspan='8' style='text-align:center;padding-top:12px'><i class='fa fa-folder-open-o icon'></i>There are no exportable disk shares</td></tr>";
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user