X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=sdnctrlhandler%2Ftemplate%2Fsdn_list.html;h=c42f51c85d228d5999d719d6fe907938bc1750a3;hb=99a3d358490e2db8feec07ddfdbf676a8c4c868a;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..c42f51c 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
    - +
    - + @@ -50,27 +51,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" }} -
    - - -
    -
    @@ -84,10 +65,91 @@ {{ block.super }} - + + + {% endblock %} {% block footer %}