- | {% trans 'IPv4' %} |
+ {% trans 'IPv4' %} |
{% for ipv4 in network.ipv4|default:"unknown" %}{{ ipv4 }}{% endfor %}
|
- {% trans 'IPv6' %} |
+ {% trans 'IPv6' %} |
{% for ipv6 in network.ipv6|default:"unknown" %}{{ ipv6 }}{% endfor %}
|
- {% trans 'Model' %} |
+ {% trans 'Model' %} |
{{ network.model }} |
{% trans 'QoS' %} |
@@ -1044,11 +1044,11 @@
- | {% trans "MAC" %}/{% trans "Direction" %} |
- {% trans "Average" %} |
- {% trans "Peak" %} |
- {% trans "Burst" %} |
- {% trans "Actions" %} |
+ {% trans "MAC" %}/{% trans "Direction" %} |
+ {% trans "Average" %} |
+ {% trans "Peak" %} |
+ {% trans "Burst" %} |
+ {% trans "Actions" %} |
@@ -1639,9 +1639,9 @@
- | {% trans "Date" %} |
- {% trans "User" %} |
- {% trans "Message" %} |
+ {% trans "Date" %} |
+ {% trans "User" %} |
+ {% trans "Message" %} |
diff --git a/instances/templates/instances.html b/instances/templates/instances.html
index cf001a8..e910798 100644
--- a/instances/templates/instances.html
+++ b/instances/templates/instances.html
@@ -67,12 +67,12 @@
- {% trans 'Name' %} {% trans 'Description' %} |
- {% trans 'User' %} |
- {% trans 'Status' %} |
- {% trans 'VCPU' %} |
- {% trans 'Memory' %} |
- {% trans 'Actions' %} |
+ {% trans 'Name' %} {% trans 'Description' %} |
+ {% trans 'User' %} |
+ {% trans 'Status' %} |
+ {% trans 'VCPU' %} |
+ {% trans 'Memory' %} |
+ {% trans 'Actions' %} |
diff --git a/networks/templates/network.html b/networks/templates/network.html
index f1c5f1d..5aaf3a3 100644
--- a/networks/templates/network.html
+++ b/networks/templates/network.html
@@ -172,10 +172,10 @@
- | {% trans "MAC" %} |
- {% trans "Address" %} |
- {% trans "Name" %} |
- {% trans "Actions" %} |
+ {% trans "MAC" %} |
+ {% trans "Address" %} |
+ {% trans "Name" %} |
+ {% trans "Actions" %} |
@@ -281,10 +281,10 @@
- | {% trans "ID" %} |
- {% trans "Address" %} |
- {% trans "Name" %} |
- {% trans "Actions" %} |
+ {% trans "ID" %} |
+ {% trans "Address" %} |
+ {% trans "Name" %} |
+ {% trans "Actions" %} |
@@ -328,11 +328,11 @@
- | {% trans "Direction" %} |
- {% trans "Average" %} |
- {% trans "Peak" %} |
- {% trans "Burst" %} |
- {% trans "Actions" %} |
+ {% trans "Direction" %} |
+ {% trans "Average" %} |
+ {% trans "Peak" %} |
+ {% trans "Burst" %} |
+ {% trans "Actions" %} |
diff --git a/nwfilters/templates/nwfilter.html b/nwfilters/templates/nwfilter.html
index 51743c5..40a29e4 100644
--- a/nwfilters/templates/nwfilter.html
+++ b/nwfilters/templates/nwfilter.html
@@ -100,8 +100,8 @@
| # |
- {% trans "Reference" %} |
- {% trans "Action" %} |
+ {% trans "Reference" %} |
+ {% trans "Action" %} |
{% for ref in refs %}
@@ -130,17 +130,17 @@
| {% trans "Rule" %} |
- {% trans "Action Type" %} |
- {% trans "Direction" %} |
- {% trans "Priority" %} |
- {% trans "Statematch" %} |
- {% trans "Directives" %} |
- {% trans "Action" %} |
+ {% trans "Action Type" %} |
+ {% trans "Direction" %} |
+ {% trans "Priority" %} |
+ {% trans "Statematch" %} |
+ {% trans "Directives" %} |
+ {% trans "Action" %} |
{% for rule in rules %}
- | {{ forloop.counter }} |
+ {{ forloop.counter }} |
{{ rule.action }} |
{{ rule.direction }} |
{{ rule.priority }} |
diff --git a/nwfilters/templates/nwfilters.html b/nwfilters/templates/nwfilters.html
index 611f90c..d479003 100644
--- a/nwfilters/templates/nwfilters.html
+++ b/nwfilters/templates/nwfilters.html
@@ -55,9 +55,9 @@
| # |
- {% trans "UUID" %} |
- {% trans "Name" %} |
- {% trans "Action" %} |
+ {% trans "UUID" %} |
+ {% trans "Name" %} |
+ {% trans "Action" %} |
diff --git a/secrets/templates/secrets.html b/secrets/templates/secrets.html
index 0e68547..b7904f6 100644
--- a/secrets/templates/secrets.html
+++ b/secrets/templates/secrets.html
@@ -57,9 +57,9 @@
| {% trans "UUID" %} |
- {% trans "Type" %} |
- {% trans "Usage" %} |
- {% trans "Action" %} |
+ {% trans "Type" %} |
+ {% trans "Usage" %} |
+ {% trans "Action" %} |
diff --git a/storages/templates/storage.html b/storages/templates/storage.html
index bacc16d..bbc06f4 100644
--- a/storages/templates/storage.html
+++ b/storages/templates/storage.html
@@ -94,12 +94,12 @@
- | # |
- {% trans "Name" %} |
- {% trans "Allocated" %} |
- {% trans "Size" %} |
- {% trans "Format" %} |
- {% trans "Action" %} |
+ # |
+ {% trans "Name" %} |
+ {% trans "Allocated" %} |
+ {% trans "Size" %} |
+ {% trans "Format" %} |
+ {% trans "Action" %} |
|