Skip to content

Commit

Permalink
fix(install): dashboard setup with pre 2.13.7 appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Feb 2, 2024
1 parent 3818383 commit 08d3871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -762,10 +762,10 @@ protected function createMiniDashboardBigNumbers() {
];

// With counters
$x = 2;
$w = 3; // Width
$x = 0;
$w = 4; // Width
$h = 1; // Height
$s = 1; // space between widgets
$s = 0; // space between widgets
$y = 0;
foreach ($cards as $key => $options) {
$item = new Dashboard_Item();
Expand Down

0 comments on commit 08d3871

Please sign in to comment.