if (isset($_SESSION["glpiname"])) {
$report_list = array();
if (Session::haveRight("computer", "r")) {
+ $report_list["rapport.migrationubuntu.php"] = "Progression des mises à niveau Ubuntu";
+ $report_list["rapport.migrationdebian.php"] = "Progression des mises à niveau Debian";
$report_list["report.operatingsystems.php"] = "Systèmes d'exploitation par implantation";
- $report_list["report.computers.php"] = "Ordinateurs par implantation";
+ $report_list["report.computers.php"] = "Nombre de machines par catégorie";
// $report_list["report.wip.php"] = 'WIP (rapport en cours de développement)';
}
$PLUGIN_HOOKS['reports']['auf'] = $report_list;
function plugin_version_auf() {
return array(
'name' => 'AUF',
- 'version' => '0.2.0',
+ 'version' => '0.3.1',
'author' => 'Jean Christophe André',
'license' => 'GPLv2+',
'homepage' => 'http://git.auf.org/?p=auf-serveur.git;a=tree;f=glpi-plugin-auf',