X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=sdnctrlhandler%2Ftemplate%2Fsdn_list.html;h=09d6e9ac2260dcbd4bd6b3624a84da5cfa27f7e3;hb=c38fffb7a4c818b9257fc3431fcf55a128c9b849;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..09d6e9a 100644 --- a/sdnctrlhandler/template/sdn_list.html +++ b/sdnctrlhandler/template/sdn_list.html @@ -5,7 +5,7 @@ {% block head_block %} {{ block.super }} - + {% endblock %} {% block title_header_big %} @@ -51,27 +51,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 +64,91 @@ {% block resource_block %} {{ block.super }} - - - + + + {% endblock %}