Commit 74467caa by Czémán Arnold

network: add Vxlan to network dashboard and fix short descriptions

parent cb8cfadc
...@@ -29,7 +29,22 @@ ...@@ -29,7 +29,22 @@
</div> </div>
{% trans "Vlans" %} {% trans "Vlans" %}
<div> <div>
<small>{% trans "Hosts are machines on the network" %}</small> <small>{% trans "802.1Q virtual networks" %}</small>
</div>
</h3>
<h3>
<div class="pull-right">
<a href="{% url "network.vxlan-list" %}" class="btn btn-xs btn-default">
<i class="fa fa-list"></i> {% trans "list" %}
</a>
<a href="{% url "network.vxlan-create" %}" class="btn btn-xs btn-success">
<i class="fa fa-plus-circle"></i> {% trans "new" %}
</a>
</div>
{% trans "Vxlans" %}
<div>
<small>{% trans "VXLAN virtual networks" %}</small>
</div> </div>
</h3> </h3>
...@@ -44,7 +59,7 @@ ...@@ -44,7 +59,7 @@
</div> </div>
{% trans "Domains" %} {% trans "Domains" %}
<div> <div>
<small>{% trans "Hosts are machines on the network" %}</small> <small>{% trans "Domain names" %}</small>
</div> </div>
</h3> </h3>
...@@ -59,7 +74,7 @@ ...@@ -59,7 +74,7 @@
</div> </div>
{% trans "Records" %} {% trans "Records" %}
<div> <div>
<small>{% trans "Hosts are machines on the network" %}</small> <small>{% trans "DNS records" %}</small>
</div> </div>
</h3> </h3>
...@@ -74,7 +89,7 @@ ...@@ -74,7 +89,7 @@
</div> </div>
{% trans "Blacklist items" %} {% trans "Blacklist items" %}
<div> <div>
<small>{% trans "Hosts are machines on the network" %}</small> <small>{% trans "List of denied IPs and exceptions" %}</small>
</div> </div>
</h3> </h3>
...@@ -89,7 +104,7 @@ ...@@ -89,7 +104,7 @@
</div> </div>
{% trans "Rules" %} {% trans "Rules" %}
<div> <div>
<small>{% trans "Hosts are machines on the network" %}</small> <small>{% trans "Firewall rules" %}</small>
</div> </div>
</h3> </h3>
...@@ -104,7 +119,7 @@ ...@@ -104,7 +119,7 @@
</div> </div>
{% trans "Switch ports" %} {% trans "Switch ports" %}
<div> <div>
<small>{% trans "Hosts are machines on the network" %}</small> <small>{% trans "Switch ports" %}</small>
</div> </div>
</h3> </h3>
...@@ -119,7 +134,7 @@ ...@@ -119,7 +134,7 @@
</div> </div>
{% trans "Vlan groups" %} {% trans "Vlan groups" %}
<div> <div>
<small>{% trans "Hosts are machines on the network" %}</small> <small>{% trans "Groups of 802.1Q virtual networks" %}</small>
</div> </div>
</h3> </h3>
...@@ -134,7 +149,7 @@ ...@@ -134,7 +149,7 @@
</div> </div>
{% trans "Host groups" %} {% trans "Host groups" %}
<div> <div>
<small>{% trans "Hosts are machines on the network" %}</small> <small>{% trans "Groups of hosts are machines on the network" %}</small>
</div> </div>
</h3> </h3>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment