Overview
{{ server.name }}
{# Server Status with dynamic class for coloring #}Status: {# CSS class like status-running, status-stopped etc. #} {{ server.status | upper }}
{# Server Version #}Version: {# Add class if specific styling needed for version #} {{ server.version }}
Manage Server
Select a server from the dropdown above, then use the buttons below.
Actions for (No server selected)
Configure Server
Select a server from the dropdown above, then choose a configuration area:
Configuration Areas for (No server selected)
{# Show message only if NO servers exist at all #} {% if not servers %}No servers available to configure.
{% endif %}Content Management
Select a server from the dropdown above to import content:
Import Options for (No server selected)
{% if not servers %}No servers available to import content to.
{% endif %}Backup & Restore
Select a server from the dropdown above to manage backups:
Backup/Restore for (No server selected)
{% if not servers %}No servers available for backup/restore.
{% endif %}Scheduled Tasks
Configure automated tasks like backups, restarts, or updates for the selected server.
Schedule Tasks for (No server selected)
{% if not servers %}No servers available for task scheduling.
{% endif %}