X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=netslicehandler%2Ftemplate%2Fnst_edit.html;fp=netslicehandler%2Ftemplate%2Fnst_edit.html;h=3cce0a837c79b0c30b1cb5d1069eee9011ce9d82;hb=c3051ef2b123e21b3856ff474db39569230cb0ec;hp=0000000000000000000000000000000000000000;hpb=0a7082783605c53793704b042b5649f0e4c48d21;p=osm%2FLW-UI.git diff --git a/netslicehandler/template/nst_edit.html b/netslicehandler/template/nst_edit.html new file mode 100644 index 0000000..3cce0a8 --- /dev/null +++ b/netslicehandler/template/nst_edit.html @@ -0,0 +1,177 @@ +{% 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 }} + +{% csrf_token %} +
    +
    + + + +
    +
    + +{% endblock %} + +{% block resource_block %} +{{ block.super }} + + + + + + + + + + + + + + + + + +{% endblock %} \ No newline at end of file