repo.or.cz
/
ganeti_webmgr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ticket #3957 (partial) - ganeti_webmgr uses ganeti python namespace:
[ganeti_webmgr.git]
/
ganeti_web
/
templates
/
cluster
/
group_row.html
blob
614a30943bb5dec8654c0d8b344bb3788fdf295a
1
{# customized group row for Cluster #}
2
3
{% extends
"object_permissions/permissions/group_row.html"
%}
4
5
{%block table_cells%}
6
{% with group.organization as cluster_user %}
7
{% include
"cluster/user_quota.html"
%}
8
{%endwith%}
9
{%endblock%}