소스 검색

Remove expanded row span change

FusionPBX 1 년 전
부모
커밋
2a7109079a
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      core/dashboard/index.php

+ 1 - 4
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";
 
-?>
+?>