{% extends "base.html" %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block page_content %} {% if current_user.fresh_user == True %}
Name | CPU | Mem | HDD | Network | Control | Remote | Time Left | |
---|---|---|---|---|---|---|---|---|
{% if status[deploy.machine_id] == 'running' %}{% else %}{% endif %}{{ deploy.machine_alias }} | {{ deploy.machine_cpu }} Cores | {{ deploy.machine_mem }} MB | {{ deploy.machine_hdd }} GB | {% for addr in deploy.machine_addresses %} {{ addr.ip }} {% endfor %} |
{% else %} {% if deploy.warning == True %} | |||
{% if status[deploy.machine_id] == 'running' %}{% else %}{% endif %}{{ deploy.machine_alias }} | {{ deploy.machine_cpu }} Cores | {{ deploy.machine_mem }} MB | {{ deploy.machine_hdd }} GB | {% for addr in deploy.machine_addresses %}{{ addr.ip }} {% endfor %} |
{% if status[deploy.machine_id] == 'running' %} {% else %} {% endif %} | {% if status[deploy.machine_id] == 'running' %} {% if deploy.warning == True %} | {% else %} | {{ deploy.daysleft }} day(s) | {% endif %} {% endif %}
Category | Description | Last Charged | Time Left | ||
---|---|---|---|---|---|
{{ service.category }} | {{ service.description }} | {{ moment(service.date_last_charge).format('lll') }} ({{ moment(service.date_last_charge).fromNow() }}) | {% if service.enabled == False %}{% else %} {% if service.warning == True %} | {% else %} | {{ service.daysleft }} day(s) | {% endif %} {% endif %}
Name | Expiry Date | Time Left | ||
---|---|---|---|---|
{{ domain.fqdn }} | {{ domain.date_expire }} | {% if domain.enabled == False %}EXPIRED | {% else %} {% if domain.warning == True %}{% else %} | {{ domain.daysleft }} day(s) | {% endif %} {% endif %}
IP | Region | MAC Addr. | Reverse DNS |
---|---|---|---|
{{ address.ip }} | {{ region[address.region_id] }} | {{ address.mac }} | {{ address.rdns }} | {% endfor %}