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
Merge branch 'bug/13917' into release/0.10.2
[ganeti_webmgr.git]
/
ganeti_web
/
templates
/
ganeti
/
cluster
/
user_row.html
blob
dfa3b1f5d3456689f0a0108477f70f635d00c22a
1
{# customized user row for cluster #}
2
3
{% extends
"object_permissions/permissions/user_row.html"
%}
4
5
{%block table_cells%}
6
{% with user_detail.profile as cluster_user %}
7
{% include
"ganeti/cluster/user_quota.html"
%}
8
{% endwith %}
9
{%endblock%}