X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FLW-UI.git;a=blobdiff_plain;f=instancehandler%2Ftemplate%2Finstance_operations_list.html;h=7e846581752194d2e7e8d86b728eb78bb347dfda;hp=55c097b55e285bfd7182d725ab2e22ba34f4669e;hb=4908f382154fddb84d72ce8d516229649c01b606;hpb=c89a4a0390fd7250179e7a3730aa53a6ce2ede68 diff --git a/instancehandler/template/instance_operations_list.html b/instancehandler/template/instance_operations_list.html index 55c097b..7e84658 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
  • +
  • Operations
  • {% endblock %} {% block content_body %} @@ -41,7 +44,7 @@
    - +
    @@ -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,96 @@ + + + + {% endblock %} {% block footer %} {% include "footer.html" %} -{% endblock %} +{% endblock %} \ No newline at end of file