From aad87759acdfe9ff10111471c57946b00677e96b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 13 Sep 2024 19:10:45 -0600 Subject: [PATCH] Remove expanded row span change --- core/dashboard/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/dashboard/index.php b/core/dashboard/index.php index 574016b6d9..7d10bb6e54 100644 --- a/core/dashboard/index.php +++ b/core/dashboard/index.php @@ -528,9 +528,6 @@ function toggle_grid_row_end_all() { $dashboard_number_text_color = $row['dashboard_number_text_color'] ?? $settings->get('theme', 'dashboard_number_text_color'); $dashboard_details_state = $row['dashboard_details_state'] ?? "expanded"; $dashboard_row_span = $row['dashboard_row_span'] ?? 2; - if ($dashboard_details_state == "expanded") { - $dashboard_row_span += 3; - } //define the regex patterns $uuid_pattern = '/[^-A-Fa-f0-9]/'; @@ -671,4 +668,4 @@ function toggle_grid_row_end_all() { //show the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>