From: Vincent Zanotti Date: Thu, 29 May 2008 00:19:27 +0000 (+0200) Subject: Adds new reporting graphs (disk usage) to the GoogleApps admin page. X-Git-Tag: core/1.0.0~166 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=572952e6b57d4ab8e8e2caf02aae39da8b48d9dc;p=platal.git Adds new reporting graphs (disk usage) to the GoogleApps admin page. Signed-off-by: Vincent Zanotti --- diff --git a/htdocs/images/googleapps/.gitignore b/htdocs/images/googleapps/.gitignore index d455c33..e793c7e 100644 --- a/htdocs/images/googleapps/.gitignore +++ b/htdocs/images/googleapps/.gitignore @@ -1,2 +1,2 @@ -/activity-monthly.png -/activity-yearly.png +/activity-*.png +/usage-*.png diff --git a/templates/googleapps/admin.tpl b/templates/googleapps/admin.tpl index 67e9ccb..8b6331b 100644 --- a/templates/googleapps/admin.tpl +++ b/templates/googleapps/admin.tpl @@ -94,7 +94,17 @@
Activité Google Apps - 1 an -
Utilisation des comptes Google Apps sur les 12 derniers mois. +
Utilisation disque des comptes sur les 12 derniers mois. +
+ +
+ Utilisation disque - 1 mois +
Utilisation des comptes Google Apps sur les 31 derniers jours. +
+ +
+ Utilisation disque - 1 an +
Utilisation disque des comptes sur les 12 derniers mois.
{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}