mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 23:30:01 -05:00
Array tables and share tables with fixed height
This commit is contained in:
@@ -56,7 +56,7 @@ $('#tab1').bind({click:function() {$('i.toggle').show('slow');}});
|
||||
array_status();
|
||||
</script>
|
||||
|
||||
<table class="disk_status">
|
||||
<table class="disk_status wide">
|
||||
<thead><tr><td>Device</td><td>Identification</td><td>Temp.</td><td>Reads</td><td>Writes</td><td>Errors</td><td>FS</td><td>Size</td><td>Used</td><td>Free</td><td>View</td></tr></thead>
|
||||
<tbody id="array_devices">
|
||||
<?
|
||||
|
||||
@@ -35,7 +35,7 @@ $('#tab3').bind({click:function() {$('i.toggle').show('slow');}});
|
||||
boot_status();
|
||||
</script>
|
||||
|
||||
<table class="disk_status">
|
||||
<table class="disk_status wide">
|
||||
<thead><tr><td>Device</td><td>Identification</td><td>Temp.</td><td>Reads</td><td>Writes</td><td>Errors</td><td>FS</td><td>Size</td><td>Used</td><td>Free</td><td>View</td></tr></thead>
|
||||
<tbody id="boot_device">
|
||||
<?if (isset($disks['flash'])) echo "<tr><td colspan='11'> </td></tr>";?>
|
||||
|
||||
@@ -36,7 +36,7 @@ $('#tab2').bind({click:function() {$('i.toggle').show('slow');}});
|
||||
cache_status();
|
||||
</script>
|
||||
|
||||
<table class="disk_status">
|
||||
<table class="disk_status wide">
|
||||
<thead><tr><td>Device</td><td>Identification</td><td>Temp.</td><td>Reads</td><td>Writes</td><td>Errors</td><td>FS</td><td>Size</td><td>Used</td><td>Free</td><td>View</td></tr></thead>
|
||||
<tbody id="cache_device">
|
||||
<?
|
||||
|
||||
@@ -27,7 +27,7 @@ $(function() {
|
||||
});
|
||||
</script>
|
||||
|
||||
<table class="share_status share <?=$display['view']?>">
|
||||
<table class="share_status share wide">
|
||||
<thead><tr><td style="width:15%">Name</td><td style="width:33%">Comment</td><td>SMB</td><td>NFS</td><td>AFP</td><td>Size</td><td>Free</td><td>View</td></tr></thead>
|
||||
<tbody id="disk_list"></tbody>
|
||||
</table>
|
||||
|
||||
@@ -39,7 +39,7 @@ $('<?=$tabX?>').bind({click:function() {$('i.toggle').show('slow');}});
|
||||
open_status();
|
||||
</script>
|
||||
|
||||
<table class="disk_status">
|
||||
<table class="disk_status wide">
|
||||
<thead><tr><td>Device</td><td>Identification</td><td>Temp.</td><td>Reads</td><td>Writes</td><td>Errors</td><td>FS</td><td>Size</td><td>Used</td><td>Free</td><td>View</td></tr></thead>
|
||||
<tbody id="open_devices">
|
||||
<?
|
||||
|
||||
@@ -27,7 +27,7 @@ $(function() {
|
||||
});
|
||||
</script>
|
||||
|
||||
<table class="share_status share <?=$display['view']?>">
|
||||
<table class="share_status share wide">
|
||||
<thead><tr><td style="width:15%">Name</td><td style="width:33%">Comment</td><td>SMB</td><td>NFS</td><td>AFP</td><td>Size</td><td>Free</td><td>View</td></tr></thead>
|
||||
<tbody id="share_list"></tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user