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

Commit

Permalink
fix(ui): add css for GLPI's UI
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Aug 18, 2017
1 parent facd95e commit 394e417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function plugin_init_flyvemdm() {
$CFG_GLPI['fleet_types'] = array('PluginFlyvemdmFile', 'PluginFlyvemdmPackage');

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

0 comments on commit 394e417

Please sign in to comment.