X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=netslicehandler%2Ftemplate%2Fnst_list.html;fp=netslicehandler%2Ftemplate%2Fnst_list.html;h=41525efe4b229dd556627971f99f8a354db59aaa;hb=c3051ef2b123e21b3856ff474db39569230cb0ec;hp=0000000000000000000000000000000000000000;hpb=0a7082783605c53793704b042b5649f0e4c48d21;p=osm%2FLW-UI.git diff --git a/netslicehandler/template/nst_list.html b/netslicehandler/template/nst_list.html new file mode 100644 index 0000000..41525ef --- /dev/null +++ b/netslicehandler/template/nst_list.html @@ -0,0 +1,211 @@ +{% extends "base.html" %} +{% load get %} +{% load staticfiles %} + + +{% block head_block %} +{{ block.super }} + + + + + + + +{% endblock %} +{% block title_header_big %} +{{ block.super }} +Network Slices Templates +{% endblock %} +{% block left_sidebar %} + +{% include 'osm/osm_project_left_sidebar.html' %} + +{% endblock %} + + +{% block breadcrumb_body %} +{{ block.super }} +
  • NetSlice Templates
  • +{% endblock %} + +{% block content_body %} +{{ block.super }} +{% include 'modal/nst_details.html' %} +{% csrf_token %} +
    +
    + +
    +
    +

    +
    +
    +
    + + + + + + + + + + + + + +
    NameIdentifierUsage StateActions
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    + Just drag and drop files here +
    +
    +
    +
    +
    + +{% endblock %} + +{% block resource_block %} +{{ block.super }} + + + + + + + + + + + + + + + + + + + + + +{% endblock %} \ No newline at end of file