{% extends "admin/base.html" %} {% block content %}

Create Droplet

×

Hosts


{% for error in errors %}
{{ error }} ×
{% endfor %} {% for host in hosts %} {% endfor %}
ID Status Name IP Address Memory Disk Settings
{{ host.id }} {{ host.status }} {{ host.name }} {{ host.ip_address }} {{ host.memory }} MB {{ host.disk }} GB
Create New Host
{% endblock %} {% block scripts %} {% endblock %}