X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=sdnctrlhandler%2Ftemplate%2Fsdn_list.html;h=2d74bea9c0e947b1495931d8d23f5db82e31fc42;hb=refs%2Fchanges%2F91%2F8091%2F2;hp=9b7386ffd91536c360060cbc6bc5a9e21aaae02c;hpb=a03da5e2aab552daa3e7ced70b3e90466c7c8b82;p=osm%2FLW-UI.git diff --git a/sdnctrlhandler/template/sdn_list.html b/sdnctrlhandler/template/sdn_list.html index 9b7386f..2d74bea 100644 --- a/sdnctrlhandler/template/sdn_list.html +++ b/sdnctrlhandler/template/sdn_list.html @@ -1,3 +1,19 @@ + + {% extends "base.html" %} {% load get %} {% load staticfiles %} @@ -5,6 +21,7 @@ {% block head_block %} {{ block.super }} + {% endblock %} {% block title_header_big %} @@ -17,7 +34,7 @@ {% block breadcrumb_body %} {{ block.super }} -
  • SDN Controllers
  • +
  • SDN Controllers
  • {% endblock %} {% block content_body %} @@ -31,16 +48,16 @@

    Registered SDN Controllers

    - New SDN Controller
    - +
    - + @@ -50,27 +67,7 @@ - {% for s in sdns %} - - - - - - - - - - - {% endfor %} +
    Id NameIdentifier Type Operational State IP
    {{ s|get:"_id" }}{{ s|get:"name" }}{{ s|get:"type" }}{{ s|get_sub:"_admin,operationalState"}}{{ s|get:"ip" }}{{ s|get:"port" }} -
    - - -
    -
    @@ -83,11 +80,92 @@ {% block resource_block %} {{ block.super }} - - + + + + {% endblock %} {% block footer %}