From 4da783da3287769f25d6fb242394de66854b6e3e Mon Sep 17 00:00:00 2001 From: Bandic007 Date: Thu, 27 Sep 2018 12:39:40 +0300 Subject: [PATCH] added compute instances page link to storage/network and interface.html --- interfaces/templates/interface.html | 5 ++++- networks/templates/network.html | 5 ++++- storages/templates/storage.html | 3 +++ 3 files changed, 11 insertions(+), 2 deletions(-) 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" %}