From 2fb0497cec48bc67f1b953d75e3e48a2aaf7ee89 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Wed, 21 May 2025 11:17:37 -0700 Subject: [PATCH] fix: enhance layout consistency in CacheDevices.page - Wrapped the devices table in a div for improved layout structure. - This change continues the effort to enhance visual consistency across the plugin. --- emhttp/plugins/dynamix/CacheDevices.page | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/emhttp/plugins/dynamix/CacheDevices.page b/emhttp/plugins/dynamix/CacheDevices.page index 39b326fa8..007ee398f 100644 --- a/emhttp/plugins/dynamix/CacheDevices.page +++ b/emhttp/plugins/dynamix/CacheDevices.page @@ -129,6 +129,7 @@ $('#tab2').bind({click:function() {$('i.toggle').show('slow');}}); +
@@ -139,9 +140,26 @@ $power = _var($display,'power') && in_array('nvme',array_column($cache,'transpor $root = explode($_tilde_,$pool)[0]; ?> - + + + + + + + + + + + + + + - + + + + + @@ -151,6 +169,7 @@ $root = explode($_tilde_,$pool)[0];
_(Device)__(Identification)__(Temp)__(Reads)__(Writes)__(Errors)__(FS)__(Size)__(Used)__(Free)_
_(Device)__(Identification)__(Temp)__(Reads)__(Writes)__(Errors)__(FS)__(Size)__(Used)__(Free)_
+
:cache_devices_help: