X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=instancehandler%2Ftemplate%2Finstance_operations_list.html;h=15687178d09ddade7ea0644eb29a2909c5c43e90;hb=refs%2Fchanges%2F81%2F7481%2F1;hp=55c097b55e285bfd7182d725ab2e22ba34f4669e;hpb=2ad37de399d1f309e265c060349ce44f80d8f480;p=osm%2FLW-UI.git diff --git a/instancehandler/template/instance_operations_list.html b/instancehandler/template/instance_operations_list.html index 55c097b..1568717 100644 --- a/instancehandler/template/instance_operations_list.html +++ b/instancehandler/template/instance_operations_list.html @@ -14,6 +14,8 @@ + + {% endblock %} {% block title_header_big %} {{ block.super }} @@ -26,6 +28,7 @@ {% block breadcrumb_body %} {{ block.super }}
  • Instances
  • +
  • History of Operations
  • {% endblock %} {% block content_body %} @@ -37,11 +40,11 @@
    -

    Active operations

    +

    History of operations

    - +
    @@ -53,40 +56,7 @@ - {% for i in operations %} - - - - - - {% if i|get:"operationState" == 'FAILED' %} - - {% elif i|get:"operationState" == 'PROCESSING' %} - - {% elif i|get:"operationState" == 'COMPLETED' %} - - {% else %} - - {% endif %} - - - - - - - - {% endfor %}
    Id
    {{ i|get:"_id" }}{{ i|get:"lcmOperationType" }}{{ i|get:"operationState" }} {{ i|get:"operationState" }} {{ i|get:"operationState" }} {{ i|get:"operationState" }}{{ i.startTime|get_date }}{{ i.statusEnteredTime|get_date }} -
    - - -
    - -
    @@ -114,10 +84,98 @@ + + + + {% endblock %} {% block footer %} {% include "footer.html" %} -{% endblock %} +{% endblock %} \ No newline at end of file