mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 11:19:25 -05:00
Updated "no user shares" message
This commit is contained in:
@@ -28,7 +28,7 @@ $display['scale'] = $_GET['scale'];
|
||||
$display['number'] = $_GET['number'];
|
||||
|
||||
if (!$shares) {
|
||||
echo "<tr><td colspan='8' style='text-align:center'>There are no user shares</td></tr>";
|
||||
echo "<tr><td colspan='8' style='text-align:center'><i class='fa fa-folder-open-o icon'></i>There are no exportable user shares</td></tr>";
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user