{# --- Server Selection Dropdown and Global Actions --- #} {# This section remains visible regardless of the selected sidebar tab #}
{# Action buttons targeting the selected server #}
{# JS functions in server_actions.js use getSelectedServer() #} {% if current_user.role != 'user' %} {% endif %}
{# --- End Server Selection --- #} {# --- Content Sections (Toggled by Sidebar Links) --- #} {# Overview Section - Displays Server Cards #}

Overview

{# This div is now empty. JavaScript will populate it. #}
{# This message is now hidden by default. JS will show it if needed. #}
{# --- End Overview Section --- #} {# Manage Section - Update, Monitor, Delete #}

Manage Server

Select a server from the dropdown above, then use the buttons below.

Actions for (No server selected)

{% if current_user.role == 'admin' %} {% endif %} Monitor Usage {% if current_user.role == 'admin' %} {% endif %}
{# --- End Manage Section --- #} {# Configure Section - Links to specific config pages #}

Configure Server

Select a server from the dropdown above, then choose a configuration area:

Configuration Areas for (No server selected)

Properties Allowlist Permissions {% if current_user.role == 'admin' %} Service Settings {% endif %}
{# REMOVED {% if not servers %} check #}
{# --- End Configure Section --- #} {# Content Section - Links to import pages #} {% if current_user.role == 'admin' %}

Content Management

Select a server from the dropdown above to import content:

Import Options for (No server selected)

{# --- End Content Section --- #} {% endif %} {# Backup/Restore Section - Links to specific menus #} {% if current_user.role != 'user' %}

Backup & Restore

Select a server from the dropdown above to manage backups:

Backup/Restore for (No server selected)

{# --- End Backup/Restore Section --- #} {% endif %}