Skip to content

Commit

Permalink
fix(dashboard): fix dashboard height
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored and btry committed Nov 2, 2022
1 parent 6639cda commit 712bdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/common.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ public static function showMiniDashboard(): void {
Plugin::doHook(Hooks::DISPLAY_CENTRAL);

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

0 comments on commit 712bdc8

Please sign in to comment.