X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=instancehandler%2Ftemplate%2Finstance_list.html;h=d129c80a247202b8e6fad7053af0caac8f3bc761;hb=e59fb021913a2160fac39f487c05faa1efe15b70;hp=ff76215a4c440286895cbda270d533e6c1895ef8;hpb=647aa2ede87d15576912cd590936ab796d2378c5;p=osm%2FLW-UI.git diff --git a/instancehandler/template/instance_list.html b/instancehandler/template/instance_list.html index ff76215..d129c80 100644 --- a/instancehandler/template/instance_list.html +++ b/instancehandler/template/instance_list.html @@ -1,3 +1,19 @@ + + {% extends "base.html" %} {% load get %} {% load staticfiles %} @@ -7,13 +23,14 @@ {% block head_block %} {{ block.super }} - - - - - - + + + + + + + {% endblock %} {% block title_header_big %} {{ block.super }} @@ -25,7 +42,7 @@ {% block breadcrumb_body %} {{ block.super }} -
  • {{ type|upper }} Instances
  • +
  • {{ type|upper }} Instances
  • {% endblock %} {% block content_body %} @@ -39,12 +56,18 @@ {% include 'instance_list_ns.html' %} {% elif type == 'vnf' %} {% include 'instance_list_vnf.html' %} + {% elif type == 'pdu' %} + {% include 'instance_list_pdu.html' %} + {% elif type == 'nsi' %} + {% include 'instance_list_nsi.html' %} {% endif %} {% include 'modal/instance_create.html' %} + {% include 'modal/instance_create_pdu.html' %} + {% include 'modal/instance_create_nsi.html' %} {% include 'modal/instance_show.html' %} {% include 'modal/instance_new_action.html' %} {% endblock %} @@ -52,22 +75,355 @@ {% block resource_block %} {{ block.super }} - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + {% endblock %}