mirror of
https://github.com/unraid/webgui.git
synced 2026-03-02 22:30:07 -06:00
Updated: NVME power state / temp threshold
This commit is contained in:
@@ -68,7 +68,7 @@ $('#tab1').bind({click:function() {$('i.toggle').show('slow');}});
|
||||
</script>
|
||||
|
||||
<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></tr></thead>
|
||||
<thead><tr><td>_(Device)_</td><td>_(Identification)_</td><td>_(Temp)_ / _(Power)_</td><td>_(Reads)_</td><td>_(Writes)_</td><td>_(Errors)_</td><td>_(FS)_</td><td>_(Size)_</td><td>_(Used)_</td><td>_(Free)_</td></tr></thead>
|
||||
<tbody id="array_devices">
|
||||
<?
|
||||
foreach ($disks as $disk):
|
||||
|
||||
Reference in New Issue
Block a user