mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 18:19:14 -05:00
Minor visual enhancements
This commit is contained in:
@@ -23,7 +23,7 @@ $(function() {
|
||||
});
|
||||
</script>
|
||||
<table class='share_status small'>
|
||||
<thead><td style="width:30px">#</td><td>Attribute Name</td><td>Flag</td><td>Value</td><td>Worst</td><td>Threshold</td><td>Type</td><td>Updated</td><td>Failed</td><td style="width:145px">Raw Value</td></thead>
|
||||
<thead><td style="width:40px">#</td><td>Attribute Name</td><td>Flag</td><td>Value</td><td>Worst</td><td>Threshold</td><td>Type</td><td>Updated</td><td>Failed</td><td style="width:145px">Raw Value</td></thead>
|
||||
<tbody id="disk_attributes"><tr><td colspan='10' style='text-align:center;padding-top:12px'><i class='fa fa-spinner fa-spin'></i> <em>Please wait... retrieving S.M.A.R.T. information!</em></td></tr></tbody>
|
||||
</table>
|
||||
<input type="button" value="Done" onclick="done()">
|
||||
|
||||
@@ -70,11 +70,11 @@ $vlan_eth0 = [0];
|
||||
if (isset($eth0)) foreach ($eth0 as $key => $val) if (strpos($key,$vlan_id)===0) $vlan_eth0[] = substr($key,strlen($vlan_id));
|
||||
?>
|
||||
<style>
|
||||
span.pin i{font-size:16px;cursor:pointer}
|
||||
span.pin i{font-size:20px;cursor:pointer}
|
||||
span.red{color:#E68A00}
|
||||
span.blue{color:#00529B}
|
||||
span.green{color:#4F8A10}
|
||||
input.gap{margin-right:10px}
|
||||
input.gap{margin-right:6px}
|
||||
div.shade-white{background-color:#F8F8F8}
|
||||
div.shade-black{background-color:#0C0C0C}
|
||||
div.shade-azure{background-color:#EDEAEF}
|
||||
|
||||
Reference in New Issue
Block a user