X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=sdnctrlhandler%2Ftemplate%2Fsdn_list.html;h=423efcdbb019a91e7a7f5addaa4d70eb811d5791;hb=c9488202684cfc523815b2629239c285efef1253;hp=acb73d1080fe8029710cf6f4ec7fef74809eba3f;hpb=99f922f1dc8623a444930a621ce3696802d619c0;p=osm%2FLW-UI.git diff --git a/sdnctrlhandler/template/sdn_list.html b/sdnctrlhandler/template/sdn_list.html index acb73d1..423efcd 100644 --- a/sdnctrlhandler/template/sdn_list.html +++ b/sdnctrlhandler/template/sdn_list.html @@ -5,6 +5,7 @@ {% block head_block %} {{ block.super }} + {% endblock %} {% block title_header_big %} @@ -17,7 +18,7 @@ {% block breadcrumb_body %} {{ block.super }} -
  • SDN Controllers
  • +
  • SDN Controllers
  • {% endblock %} {% block content_body %} @@ -31,16 +32,16 @@

    Registered SDN Controllers

    - New SDN Controller
    - +
    - + @@ -52,8 +53,8 @@ {% for s in sdns %} - + @@ -84,10 +85,15 @@ {{ block.super }} - + + - + {% endblock %} {% block footer %}
    Id NameIdentifier Type Operational State IP
    {{ s|get:"_id" }} {{ s|get:"name" }}{{ s|get:"_id" }} {{ s|get:"type" }} {{ s|get_sub:"_admin,operationalState"}} {{ s|get:"ip" }}