{% extends 'admin/admin_base.html' %} {% block title %}Административная панель{% endblock %} {% block breadcrumb %} {{ super() }} {% endblock %} {% block admin_content %} {% if injection_content and injection_content.get('admin.dashboard.top') %} {% for content in injection_content['admin.dashboard.top'] %} {{ content | safe }} {% endfor %} {% endif %}

Панель управления

Добро пожаловать в административную панель Cascad360

{% if injection_content and injection_content.get('admin.dashboard.top') %}
{% for content in injection_content['admin.dashboard.top'] %}
{{ content | safe }}
{% endfor %}
{% endif %}

Сервисы

Активно

Плагины

Загружено

Контейнеры

Запущено

Запросов/сек

RPS
{% if injection_content and injection_content.get('admin.dashboard.middle') %}
{% for content in injection_content['admin.dashboard.middle'] %}
{{ content | safe }}
{% endfor %}
{% endif %} {% if dashboard_widgets %}
{% for widget in dashboard_widgets %}
{% if widget.get('html') %} {{ widget.html | safe }} {% elif widget.get('component') %}
{% endif %}
{% endfor %}
{% endif %}

Быстрые действия

Состояние системы

{% if injection_content and injection_content.get('admin.dashboard.bottom') %}
{% for content in injection_content['admin.dashboard.bottom'] %}
{{ content | safe }}
{% endfor %}
{% endif %} {% endblock %} {% block admin_scripts %} {% endblock %}