{% extends "admin_base.html" %} {% block title %}Add a New Node{% endblock %} {% block content %}
IP Address | Ports | |
---|---|---|
{{ ip }} Add Port(s) |
{% for port, avaliable in ports %}
{% if loop.index is odd %}
{% if avaliable == 1 %}
{% else %}
{% endif %} {{ port }} {% endif %} {% endfor %} |
{% for port, avaliable in ports %}
{% if loop.index is even %}
{% if avaliable == 1 %}
{% else %}
{% endif %} {{ port }} {% endif %} {% endfor %} |
Add New IP Address |
(Port Available; Click to Delete Port)
(Port Used; Cannot Delete)