Skip to content

Commit 712bdc8

Browse files
stonebuzzbtry
authored andcommitted
fix(dashboard): fix dashboard height
1 parent 6639cda commit 712bdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/common.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ public static function showMiniDashboard(): void {
848848
Plugin::doHook(Hooks::DISPLAY_CENTRAL);
849849

850850
if (PluginFormcreatorEntityconfig::getUsedConfig('is_dashboard_visible', Session::getActiveEntity()) == PluginFormcreatorEntityconfig::CONFIG_DASHBOARD_VISIBLE) {
851-
$dashboard = new Glpi\Dashboard\Grid('plugin_formcreator_issue_counters', 33, 0, 'mini_core');
851+
$dashboard = new Glpi\Dashboard\Grid('plugin_formcreator_issue_counters', 33, 1, 'mini_core');
852852
echo "<div class='formcreator_dashboard_container'>";
853853
$dashboard->show(true);
854854
echo "</div>";

0 commit comments

Comments
 (0)