{% extends "base.html" %} {% block title %}Cloud Storage · SD RMM{% endblock %} {% block content %}
Master controls for SD Secure Cloud — allocate and adjust each person’s storage, add or remove accounts, all from here. New people get an emailed link to set their own password. Open the full cloud →
{% if request.query_params.get('saved') %}| User | Usage | Allocated | Set quota | ||
|---|---|---|---|---|---|
| {{ u.display }} {{ u.id }} {% if not u.enabled %} disabled{% endif %} |
{{ u.email or '—' }} |
{{ u.used_h }} {% if u.pct %}({{ u.pct }}%){% endif %} |
{{ u.quota_h }} | {% if u.id not in ('sdadmin','svcstorage') %} {% endif %} |
No cloud accounts yet.
{% endif %}