Alignment of empty user shares and empty disk shares

This commit is contained in:
bergware
2017-08-24 12:57:57 +02:00
parent e1b221d328
commit 543fb3333d

View File

@@ -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>";
}
?>