{% extends "admin_base.html" %} {% block title %}List All Nodes{% endblock %} {% block content %}
{% if flash.info is defined %} {{ flash.info.0|raw }} {% endif %}

Node Locations

{% for location in locations %} {% endfor %}
Shortcode Location Total Nodes Total Servers Manage
{{ location.short }} {{ location.long }} {% if location.totalnodes == null %}0{% else %}{{ location.totalnodes }}{% endif %} {% if location.totalnodes == null %}0{% else %}{{ location.totalservers }}{% endif %} Edit Delete

Add New Location

Must be between 1 and 10 characters long. (a-zA-Z0-9-)

Enter a descriptive value for the location of this node.

{% endblock %} {% block javascript %} {% endblock %}