{% extends "base.html" %}
{% block content %}
| User info |
Domains |
|
active |
name |
provider |
category |
uid |
username |
role |
group |
last access |
base |
priv |
pub |
desk |
|
name |
description |
user |
desktops |
concurrent |
vCPU |
memory |
templates |
isos |
| limits |
quota |
limits |
quota |
limits |
quota |
limits |
quota |
limits |
quota |
limits |
quota |
limits |
|
name |
description |
user |
desktops |
concurrent |
vCPU |
memory |
templates |
isos |
| limits |
quota |
limits |
quota |
limits |
quota |
limits |
quota |
limits |
quota |
limits |
quota |
limits |
|
key id |
secret |
description |
role |
category |
domain |
{% include '/admin/pages/users_modals.html' %}
{% include '/admin/pages/users_detail.html' %}
{% include '/admin/pages/categories_detail.html' %}
{% include '/admin/pages/groups_detail.html' %}
{% endblock %}
{% block pagescript %}
{% endblock %}