{% extends 'administrator/_layout.auth.html' %} {% block title %}Servers{% endblock %} {% block subtitle %}Servers{% endblock %} {% block content %}
Total: {{ servers.total }}. Create new.
ID | Datacenter | Created | IP | Hostname | Status | Actions |
---|---|---|---|---|---|---|
{{ server.id }} | {{ server.datacenter.name }} | {{ server.created }} | {{ server.ip }} | {{ server.hostname }} | {% if server.status == 0 %} Inactive {% else %} Active {% endif %} | Edit |