X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=vimhandler%2Ftemplate%2Fvim_show.html;h=38f2700a942d1cd80a4790055d6f29625125951c;hb=350dbf706fd7d8e162392c01fe8608a6e305c896;hp=3d3494175b3da381ca74fe110d6ca127970eda00;hpb=fb37bca4b7e8178c65df2f1496afe372c1d55e78;p=osm%2FLW-UI.git diff --git a/vimhandler/template/vim_show.html b/vimhandler/template/vim_show.html index 3d34941..38f2700 100644 --- a/vimhandler/template/vim_show.html +++ b/vimhandler/template/vim_show.html @@ -1,24 +1,6 @@ {% extends "base.html" %} {% load get %} {% load staticfiles %} -{% block head_base %} - {% with skin_css="AdminLTE/dist/css/skins/skin-purple.min.css"%} - {{ block.super }} - {% endwith %} -{% endblock %} - -{% block body %} - {% with skin="purple"%} - {{ block.super }} - {% endwith %} -{% endblock %} -{% block logo_sidebar %} - {% with logo_mini="assets/img/osm_small_logo.png" logo="assets/img/OSM-logo.png" %} - {{ block.super }} - {% endwith %} -{% endblock %} - - {% block head_block %} {{ block.super }} @@ -29,14 +11,14 @@ {% endblock %} {% block left_sidebar %} - {% include 'left_sidebar_base.html' %} + {% include 'osm/osm_project_left_sidebar.html' %} {% endblock %} {% block breadcrumb_body %} {{ block.super }} -
  • Vims
  • +
  • VIMS
  • {% endblock %} {% block content_body %} @@ -63,13 +45,13 @@
    - +

    {{datacenter.vim_user|default:"---" }}

    - +

    {{datacenter.vim_url|default:"---" }}

    @@ -112,19 +94,34 @@
    - {% if datacenter.vim_type == 'openvim' %} - {% include 'config/openvim_show.html' %} - {% elif datacenter.vim_type == 'openstack' %} - {% include 'config/openstack_show.html' %} - {% elif datacenter.vim_type == 'vmware' %} - {% include 'config/vmware_show.html' %} - {% elif datacenter.vim_type == 'aws' %} - {% include 'config/aws_show.html' %} - {% endif %} +
    + + + + +
    + {% if datacenter.vim_type == 'openvim' %} + {% include 'config/openvim_show.html' %} + {% elif datacenter.vim_type == 'openstack' %} + {% include 'config/openstack_show.html' %} + {% elif datacenter.vim_type == 'vmware' %} + {% include 'config/vmware_show.html' %} + {% elif datacenter.vim_type == 'aws' %} + {% include 'config/aws_show.html' %} + {% endif %} + +
    +
    +