File tree Expand file tree Collapse file tree 4 files changed +1284
-1387
lines changed
Expand file tree Collapse file tree 4 files changed +1284
-1387
lines changed Original file line number Diff line number Diff line change 2121 <author >Infotel</author >
2222 </authors >
2323 <versions >
24+ <version >
25+ <num >4.1.7</num >
26+ <compatibility >~11.0</compatibility >
27+ <download_url >https://github.com/InfotelGLPI/manageentities/releases/download/4.1.7/glpi-manageentities-4.1.7.tar.bz2</download_url >
28+ </version >
2429 <version >
2530 <num >4.1.6</num >
2631 <compatibility >~11.0</compatibility >
Original file line number Diff line number Diff line change 2727 --------------------------------------------------------------------------
2828 */
2929
30- define ('PLUGIN_MANAGEENTITIES_VERSION ' , '4.1.6 ' );
30+ define ('PLUGIN_MANAGEENTITIES_VERSION ' , '4.1.7 ' );
3131
3232global $ CFG_GLPI ;
3333
Original file line number Diff line number Diff line change @@ -370,6 +370,7 @@ static function showDashboard($min_sum = 0)
370370
371371
372372 Html::requireJs ('charts ' );
373+ echo Html::script (PLUGIN_MANAGEENTITIES_WEBDIR . "/lib/echarts/echarts.js " );
373374 echo Html::script (PLUGIN_MANAGEENTITIES_WEBDIR . "/lib/echarts/theme/azul.js " );
374375
375376 $ direct = new DirectHelpdesk ();
You can’t perform that action at this time.
0 commit comments