From 2735ea8a2aef55ebb0a48b50d9a0e36cf3f63b94 Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Mon, 26 Nov 2018 11:25:29 +0200 Subject: Update tox to run htmllint and csslint JIRA: DOVETAIL-753 This patch adds a new tox environment to run htmllint and csslint. Furthermore, it fixes any leftover html and css errors. Change-Id: Ie3fda8d89b3d52851debe1a4271ffd0ac8fbee68 Signed-off-by: Stamatis Katsaounis --- .../static/testapi-ui/components/guidelines/guidelines.html | 2 +- .../components/guidelines/partials/guidelineDetails.html | 10 +++++----- .../components/guidelines/partials/testListModal.html | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to '3rd_party/static/testapi-ui/components/guidelines') diff --git a/3rd_party/static/testapi-ui/components/guidelines/guidelines.html b/3rd_party/static/testapi-ui/components/guidelines/guidelines.html index 5cf3cbd..1cd2b51 100644 --- a/3rd_party/static/testapi-ui/components/guidelines/guidelines.html +++ b/3rd_party/static/testapi-ui/components/guidelines/guidelines.html @@ -13,7 +13,7 @@ -
+
Capability Status:
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 bf65a38..385fafe 100644 --- a/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html +++ b/3rd_party/static/testapi-ui/components/guidelines/partials/guidelineDetails.html @@ -9,9 +9,9 @@ variable 'guidelines'.

{{area.area_name}}

  1. - {{api.api_name}}
    - Area: {{area.area_name}}
    - Status: Mandatory
    + {{api.api_name}}
    + Area: {{area.area_name}}
    + Status: Mandatory
    Tests ({{api.value.length}})
      @@ -29,8 +29,8 @@ variable 'guidelines'.

      {{area.area_name}}

      1. - {{api.api_name}}
        - Status: Optional
        + {{api.api_name}}
        + Status: Optional
        Tests ({{api.value.length}})
          diff --git a/3rd_party/static/testapi-ui/components/guidelines/partials/testListModal.html b/3rd_party/static/testapi-ui/components/guidelines/partials/testListModal.html index 8e4a37d..0b572c5 100644 --- a/3rd_party/static/testapi-ui/components/guidelines/partials/testListModal.html +++ b/3rd_party/static/testapi-ui/components/guidelines/partials/testListModal.html @@ -3,9 +3,9 @@

          Test List ({{modal.testListCount}})

          Use this test list with - testapi-client - to run only tests in the {{modal.version}} OpenStack Powered™ guideline from capabilities with the - following statuses: + testapi-client + to run only tests in the {{modal.version}} OpenStack Powered™ guideline from capabilities with the + following statuses:

          • Required
          • -- cgit 1.2.3-korg