Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix(ui): fix charts in plugin's dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
btry authored and ajsb85 committed Aug 23, 2017
1 parent 0bd6534 commit 4f843c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function plugin_init_flyvemdm() {

Html::requireJs('charts');
$PLUGIN_HOOKS['add_css']['flyvemdm'][] = "css/style.css";
$CFG_GLPI['javascript']['plugins']['pluginflyvemdmmenu']['Menu'] = ['charts'];
$CFG_GLPI['javascript']['admin']['pluginflyvemdmmenu']['Menu'] = ['charts'];
}
}

Expand Down

0 comments on commit 4f843c6

Please sign in to comment.