X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=sdnctrlhandler%2Ftemplate%2Fsdn_list.html;h=c42f51c85d228d5999d719d6fe907938bc1750a3;hb=99a3d358490e2db8feec07ddfdbf676a8c4c868a;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..c42f51c 100644 --- a/sdnctrlhandler/template/sdn_list.html +++ b/sdnctrlhandler/template/sdn_list.html @@ -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 %} @@ -91,8 +71,84 @@ {% endblock %}