{% extends "base_AdminLTE.html"%} {% block title %}Docklet | Settings{% endblock %} {% block panel_title %}Settings{% endblock %} {% block panel_list %} {% endblock %} {% block css_src %} {% endblock %} {% block content %}

Quota

{% for quota in quotas %} {% endfor %} {% for group in groups %} {% for quota in quotas %} {% endfor %} {% endfor %}
Name {{ quota['name'] }} Command
{{ group['name'] }} {{ group['quotas'][quota['name']] }} Edit  {% if group['name'] in [ "root", "primary", "admin", "foundation" ] %} Delete  {% else %} Delete  {% endif %} {% if group['name'] == defaultgroup %} {% endif %}

Update Base Image

{% for image in root_image %} {% endfor %}
ImageName CreateTime Description Operation
{{image['name']}} {{image['time']}} {{image['description']}}

Container Default Setting

CORE
MB
MB

Modify Settings

when an activating request is sent, an e-mail will be sent to this address to remind the admin.

if this address is "", no email will be sent to admin.

the e-mail address to send activating e-mail to user

if this address is "", no email will be sent out.

whether allow user to register a new account

if the value is True, it will allow.

whether to start the approval robot that will approve beans applications from users automatically

if the value is True, it will allow.

{% for field in ["docklet"] %}
{% if field == "docklet" %}

Docklet Config

{% else %}

Container Config

{% endif %}
{% endfor %}

Container Config

{% endblock %} {% block script_src %} {% endblock %}