X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=sdnctrlhandler%2Ftemplate%2Fsdn_list.html;h=2d74bea9c0e947b1495931d8d23f5db82e31fc42;hb=ddc44c25bfcdd7b926819697cfce4403947fc364;hp=423efcdbb019a91e7a7f5addaa4d70eb811d5791;hpb=45e33ee184cb787b19549e23121efad559497007;p=osm%2FLW-UI.git diff --git a/sdnctrlhandler/template/sdn_list.html b/sdnctrlhandler/template/sdn_list.html index 423efcd..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,7 +21,7 @@ {% block head_block %} {{ block.super }} - + {% endblock %} {% block title_header_big %} @@ -51,27 +67,7 @@ - {% for s in sdns %} - - {{ s|get:"name" }} - {{ s|get:"_id" }} - {{ s|get:"type" }} - {{ s|get_sub:"_admin,operationalState"}} - {{ s|get:"ip" }} - {{ s|get:"port" }} - -
- - -
- - - - {% endfor %} + @@ -84,15 +80,91 @@ {% block resource_block %} {{ block.super }} - - - + + + {% endblock %}