From d5c38ea14da3e1173169ab0411ab8c53d2949396 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 20 May 2025 18:51:26 -0700 Subject: [PATCH] fix: enhance layout consistency in OpenDevices.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/OpenDevices.page | 35 ++++++++++++++++++------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/emhttp/plugins/dynamix/OpenDevices.page b/emhttp/plugins/dynamix/OpenDevices.page index f187aeb49..a341465b1 100644 --- a/emhttp/plugins/dynamix/OpenDevices.page +++ b/emhttp/plugins/dynamix/OpenDevices.page @@ -25,15 +25,30 @@ $('').bind({click:function() {$('i.toggle').show('slow');}}); - - - -"; -endforeach; -?> - -
_(Device)__(Identification)__(Temp)__(Reads)__(Writes)__(Errors)__(FS)__(Size)__(Used)__(Free)_
+
+ + + + + + + + + + + + + + + + + "; + endforeach; + ?> + +
_(Device)__(Identification)__(Temp)__(Reads)__(Writes)__(Errors)__(FS)__(Size)__(Used)__(Free)_
+
:open_devices_help: