{% extends "base.html" %} {% block title %}Server {{ server.name }} | left4me{% endblock %} {% block content %} Server: {{ server.name }} {% for operation in ["initialize", "start", "stop"] %} {{ operation }} {% endfor %} delete Name{{ server.name }} Port{{ server.port }} Blueprint{% if blueprint %}{{ blueprint.name }}{% endif %} Desired state{{ server.desired_state }} Actual state{{ server.actual_state }} Last error{{ server.last_error or "-" }} Reassign blueprint Blueprint {% for option in blueprints %} {{ option.name }} {% endfor %} Changes apply on the next server action. Save Recent Jobs View all jobs {% set rows = recent_job_rows %} {% set show_user = false %} {% set show_server = false %} {% set show_cancel = true %} {% set cancel_next = "/servers/" ~ server.id %} {% include "_job_table.html" %} Server Log Delete server "{{ server.name }}"? × This stops the server and tears down its runtime files. This cannot be undone. {% endblock %}
Changes apply on the next server action.
This stops the server and tears down its runtime files. This cannot be undone.