From fc3d96993d39fb852bc78005e5d4e18502e3e99e Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Wed, 21 Nov 2018 17:11:44 +0200 Subject: Clean HTML code JIRA: DOVETAIL-753 This patch cleans the HTML code, which was in a bad state and not maintainable. Change-Id: Iab19a9af1835a384544f58c13ba5664723306535 Signed-off-by: Stamatis Katsaounis --- .../guidelines/partials/guidelineDetails.html | 102 ++++++--------------- 1 file changed, 28 insertions(+), 74 deletions(-) (limited to '3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html') diff --git a/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html b/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html index 05a1ef5..bf65a38 100644 --- a/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html +++ b/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html @@ -6,85 +6,39 @@ variable 'guidelines'.

{{ctrl.data.mandatory.name}}

-

{{area.area_name}}

-
    -
  1. - {{api.api_name}}
    - Area: {{area.area_name}}
    - Status: Mandatory
    +

    {{area.area_name}}

    +
      +
    1. + {{api.api_name}}
      + Area: {{area.area_name}}
      + Status: Mandatory
      - Tests ({{api.value.length}}) -
        -
      • - - {{test}} -
      • -
      -
    2. -
    + Tests ({{api.value.length}}) +
      +
    • + + {{test}} +
    • +
    +
  2. +

{{ctrl.data.optional.name}}

-

{{area.area_name}}

-
    -
  1. - {{api.api_name}}
    - Status: Optional
    - - Tests ({{api.value.length}}) -
      -
    • - - {{test}} -
    • -
    -
  2. -
-
- -- cgit 1.2.3-korg