X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=instancehandler%2Ftemplate%2Finstance_list.html;h=bee51165a63a2ac6a838a5a1a6e8038c41e179bf;hb=e5a130af55131c3437fe3e2b7bb7cdacd0b22add;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..bee5116 100644 --- a/instancehandler/template/instance_list.html +++ b/instancehandler/template/instance_list.html @@ -7,13 +7,14 @@ {% block head_block %} {{ block.super }} - - - - - - + + + + + + + {% endblock %} {% block title_header_big %} {{ block.super }} @@ -25,7 +26,7 @@ {% block breadcrumb_body %} {{ block.super }} -
  • {{ type|upper }} Instances
  • +
  • {{ type|upper }} Instances
  • {% endblock %} {% block content_body %} @@ -39,37 +40,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 %}