{% extends "base.html" %} {% block title %}Dashboard - {{ hub_name }}{% endblock %} {% block content %}
{{ hub_name }}

Status

{% if hub_running %}Online{% else %}Offline{% endif %}

Users Online

{{ user_count }}

Total Share

{{ share_size }}

Uptime

{{ uptime }}

Port

{{ hub_port }}

Quick Actions

{% if hub_running %} {% else %} {% endif %}
{% if hub_topic or hub_motd %}
{% if hub_topic %}

Topic

{{ hub_topic }}

{% endif %} {% if hub_motd %}

Message of the Day

{{ hub_motd }}
{% endif %}
{% endif %}

Online Users {{ user_count }}

Nick Class Share Actions
Loading...
View All Users

Recent Activity

Dashboard loaded successfully
Just now
--
Peak Users Today
--
Total Connections
--
Registered Users

Geographic Distribution

Loading…

Share Statistics

Loading…

{% endblock %} {% block extra_scripts %} {% endblock %}