fichiers en trop
darcs-hash:20070124131508-f46e9-8442a5df4ad047305520ac842e2e2169c47716a3.gz
This commit is contained in:
parent
91f8f06020
commit
9ca4c1ea99
4 changed files with 44 additions and 9 deletions
|
@ -19,8 +19,8 @@ class main(ModuleBase):
|
|||
|
||||
|
||||
def _get_quota(self):
|
||||
#return quotas = crans.utils.quota.getUserQuota(cherrypy.session['uid'])
|
||||
return [{'%': 33.9, 'quota': 390.62, 'label': u'Dossier personnel', 'limite': 585.94, 'filesystem': '/home', 'usage': 420.32}, {'%': 0.1, 'quota': 100.00, 'label': u'Boite de r\xe9ception', 'limite': 150.00, 'filesystem': '/var/mail', 'usage': 0.06}]
|
||||
return crans.utils.quota.getUserQuota(cherrypy.session['uid'])
|
||||
#return [{'%': 33.9, 'quota': 390.62, 'label': u'Dossier personnel', 'limite': 585.94, 'filesystem': '/home', 'usage': 420.32}, {'%': 0.1, 'quota': 100.00, 'label': u'Boite de r\xe9ception', 'limite': 150.00, 'filesystem': '/var/mail', 'usage': 0.06}]
|
||||
|
||||
|
||||
##########################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue