X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=vimhandler%2Ftemplate%2Fvim_list.html;h=b7bc224eed41d01dc9f4e07b3323035f4f0c9f2c;hb=refs%2Fchanges%2F95%2F7895%2F1;hp=0729e00700427021c312bfdcd3c428839ccfa070;hpb=e28478cf475e9fd45ffa3ddd907e2c22306aa1fe;p=osm%2FLW-UI.git diff --git a/vimhandler/template/vim_list.html b/vimhandler/template/vim_list.html index 0729e00..b7bc224 100644 --- a/vimhandler/template/vim_list.html +++ b/vimhandler/template/vim_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 %} {{ block.super }} @@ -19,7 +35,7 @@ {% block breadcrumb_body %} {{ block.super }} -
  • VIMS
  • +
  • VIMS
  • {% endblock %} {% block content_body %} @@ -33,16 +49,16 @@

    Registered VIM

    - New VIM
    - +
    - + @@ -50,30 +66,7 @@ - {% for p in datacenters %} - - - - - - - - - - - - - - {% endfor %} +
    Id NameIdentifier Type Operational State Description
    {{ p|get:"_id" }}{{ p|get:"name" }}{{ p|get:"vim_type" }}{{ p|get_sub:"_admin,operationalState"}}{{ p|get_sub:"_admin,description" }} -
    - - -
    -
    @@ -85,21 +78,115 @@ {% block resource_block %} {{ block.super }} - + + + {% endblock %} - -{% block footer %} - {% include "footer.html" %} -{% endblock %} \ No newline at end of file