mirror of
https://github.com/unraid/webgui.git
synced 2026-05-07 21:01:19 -05:00
Styling enhancements to improve consistency
This commit is contained in:
@@ -296,7 +296,7 @@ function updateAccess(form,data,n,i) {
|
||||
</script>
|
||||
<form markdown="1" method="POST">
|
||||
<?
|
||||
echo "<table class='share_status' style='margin-top:20px'>";
|
||||
echo "<table class='unraid'>";
|
||||
echo "<thead><tr><td>"._('Share')."</td><td>"._('Security')."</td><td>"._('User Access')."</td></tr></thead>";
|
||||
echo "<tbody>";
|
||||
foreach ($shares as $share => $data) {
|
||||
|
||||
Reference in New Issue
Block a user