X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=instancehandler%2Ftemplate%2Finstance_operations_list.html;h=a9d12cba348f1700a38b7ad4a73b0b3477ca2c3d;hb=70f9629aef040ce2bd6fba9c082f15d33ac00ef1;hp=4115e0d893841ba13cf76f13facb86d47189b9b9;hpb=74ed51abc7bbaee0474367fe9be134d47394889c;p=osm%2FLW-UI.git diff --git a/instancehandler/template/instance_operations_list.html b/instancehandler/template/instance_operations_list.html index 4115e0d..a9d12cb 100644 --- a/instancehandler/template/instance_operations_list.html +++ b/instancehandler/template/instance_operations_list.html @@ -1,3 +1,19 @@ + + {% extends "base.html" %} {% load get %} {% load date_tag %} @@ -8,12 +24,14 @@ {% block head_block %} {{ block.super }} - - - - - - + + + + + + + + {% endblock %} {% block title_header_big %} {{ block.super }} @@ -25,7 +43,8 @@ {% block breadcrumb_body %} {{ block.super }} -
  • Instances
  • +
  • Instances
  • +
  • History of Operations
  • {% endblock %} {% block content_body %} @@ -37,11 +56,11 @@
    -

    Active operations

    +

    History of operations

    - +
    @@ -53,40 +72,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 }} -
    - - - -
    - -
    @@ -100,22 +86,110 @@ {% block resource_block %} {{ block.super }} - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + {% endblock %} {% block footer %}