diff --git a/interfaces/templates/interface.html b/interfaces/templates/interface.html
index 014a44e..3a04016 100644
--- a/interfaces/templates/interface.html
+++ b/interfaces/templates/interface.html
@@ -10,6 +10,9 @@
{% trans "Overview" %}
+
+ {% trans "Instances" %}
+
{% trans "Storages" %}
@@ -67,4 +70,4 @@
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/networks/templates/network.html b/networks/templates/network.html
index e3b0275..085b35b 100644
--- a/networks/templates/network.html
+++ b/networks/templates/network.html
@@ -10,6 +10,9 @@
{% trans "Overview" %}
+
+ {% trans "Instances" %}
+
{% trans "Storages" %}
@@ -187,4 +190,4 @@
});
});
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/storages/templates/storage.html b/storages/templates/storage.html
index 77e45e0..09137f6 100644
--- a/storages/templates/storage.html
+++ b/storages/templates/storage.html
@@ -16,6 +16,9 @@
{% trans "Overview" %}
+
+ {% trans "Instances" %}
+
{% trans "Storages" %}