From 8e18e6cd4d8ea4c0ac881c744f0fd28c90a67e42 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 19 Jan 2016 14:19:44 +0100 Subject: [PATCH] fix display of conditions table on quality gates page --- .../templates/quality-gate-detail-conditions.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/sonar-web/src/main/js/apps/quality-gates/templates/quality-gate-detail-conditions.hbs b/server/sonar-web/src/main/js/apps/quality-gates/templates/quality-gate-detail-conditions.hbs index 3c1ba04bd83..4f5a5126665 100644 --- a/server/sonar-web/src/main/js/apps/quality-gates/templates/quality-gate-detail-conditions.hbs +++ b/server/sonar-web/src/main/js/apps/quality-gates/templates/quality-gate-detail-conditions.hbs @@ -36,4 +36,6 @@ {{/if}} -
+ + +
-- 2.39.5