{% extends "base_AdminLTE.html"%} {% block title %}Docklet | Settings{% endblock %} {% block panel_title %}Settings{% endblock %} {% block panel_list %}
{% endblock %} {% block css_src %} {% endblock %} {% block content %}Name | {% for quota in quotas %}{{ quota['name'] }} | {% endfor %}Command |
---|---|---|
{{ group['name'] }} | {% for quota in quotas %}{{ group['quotas'][quota['name']] }} | {% endfor %}Edit {% if group['name'] in [ "root", "primary", "admin", "foundation" ] %} Delete {% else %} Delete {% endif %} {% if group['name'] == defaultgroup %} {% endif %} |
ImageName | CreateTime | Description | Operation |
---|---|---|---|
{{image['name']}} | {{image['time']}} | {{image['description']}} |