{% extends "base.html" %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block page_content %}

Return to user list
Deployments

{% for deploy in inv_deployments %} {% endfor %}
Name CPU Mem HDD IPv4 Control
{% if status[deploy.machine_id] == 'running' %}{% else %}{% endif %}{{ deploy.machine_alias }} {{ deploy.machine_cpu }} Cores {{ deploy.machine_mem }} MB {{ deploy.machine_hdd }} GB 0.0.0.0 {% if status[deploy.machine_id] == 'running' %} {% else %} {% endif %} {% if status[deploy.machine_id] == 'running' %} {% endif %}

Domains

{% for domain in inv_domains %} {% endfor %}
Name Expiry Date Control
{{ domain.fqdn }} {{ domain.date_expire }} soon...

Addresses

{% for address in inv_addresses %} {% endfor %}
IP Reverse DNS MAC Addr. Control
{{ address.ip }} {{ address.rdns }} {{ address.macaddr }} soon...

Services

{% for service in inv_services %} {% endfor %}
Name Description Unit Price
{{ service.name }} {{ service.description }} {{ service.unit }} {{ service.unitprice }}

Return to user list
{% endblock %}