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 --- .../results-report/partials/editTestModal.html | 6 +++--- .../results-report/partials/reportDetails.html | 16 ++++++++++------ 2 files changed, 13 insertions(+), 9 deletions(-) (limited to '3rd_party/static/testapi-ui/components/results-report/partials') diff --git a/3rd_party/static/testapi-ui/components/results-report/partials/editTestModal.html b/3rd_party/static/testapi-ui/components/results-report/partials/editTestModal.html index 9a147f4..d9758fe 100644 --- a/3rd_party/static/testapi-ui/components/results-report/partials/editTestModal.html +++ b/3rd_party/static/testapi-ui/components/results-report/partials/editTestModal.html @@ -12,14 +12,14 @@ -
+
Associated Guideline: -
+
Associated Target Program: -
+
Associated Product: + All @@ -35,10 +35,14 @@ Test Filters:
ng-class="{'glyphicon-chevron-down': isOpen, 'glyphicon-chevron-right': !isOpen}">
    -
  1. +
  2. {{ area }} - [{{ value.pass }}/{{ value.total }}] + + [{{ value.pass }}/{{ value.total }}] + [{{ value.pass }}] [{{ value.fail }}] -- cgit 1.2.3-korg