From f797d29b8165490df40e9237d2443dc0dbbdafff Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sat, 8 Jul 2023 17:18:28 -0700 Subject: [PATCH] Fix format of disk usage table: --- mount/system_info.pl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mount/system_info.pl b/mount/system_info.pl index 7df6b43ca..c989ca82b 100644 --- a/mount/system_info.pl +++ b/mount/system_info.pl @@ -74,14 +74,14 @@ sub list_system_info $used_nice.$iused, $total_nice.$itotal_full, $dev_id]); - $html .= &ui_columns_end(); } - return ({ 'type' => 'html', - 'desc' => $desc, - 'open' => $open, - 'id' => $module_name . '_disks_info', - 'html' => $html - }); + $html .= &ui_columns_end(); + return ({ 'type' => 'html', + 'desc' => $desc, + 'open' => $open, + 'id' => $module_name . '_disks_info', + 'html' => $html + }); } sub ucwords