Array tables and share tables with fixed height

This commit is contained in:
bergware
2017-05-27 12:51:25 +02:00
parent 0ecccbbf5e
commit 6915b3ad0f
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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">
<?
+1 -1
View File
@@ -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'>&nbsp;</td></tr>";?>
+1 -1
View File
@@ -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">
<?
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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">
<?
+1 -1
View File
@@ -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>