X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=instancehandler%2Ftemplate%2Finstance_list.html;h=d129c80a247202b8e6fad7053af0caac8f3bc761;hb=e59fb021913a2160fac39f487c05faa1efe15b70;hp=5888519a9fc1d68aa270bdda51e36ff7f164f0e9;hpb=99f922f1dc8623a444930a621ce3696802d619c0;p=osm%2FLW-UI.git diff --git a/instancehandler/template/instance_list.html b/instancehandler/template/instance_list.html index 5888519..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,37 +56,374 @@ {% 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' %} - {% include 'modal/instance_new_alarm.html' %} - {% include 'modal/instance_export_metric.html' %} {% endblock %} {% block resource_block %} {{ block.super }} - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + {% endblock %}