diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-01-19 14:19:44 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-01-19 14:19:44 +0100 |
commit | 8e18e6cd4d8ea4c0ac881c744f0fd28c90a67e42 (patch) | |
tree | a509545bd7c0140844f6a94ad5bedcc0d143e8eb /server/sonar-web/src/main/js/apps/quality-gates | |
parent | 3e24b5d5a93ec570b5fb4fc452ec9d9409f0ced9 (diff) | |
download | sonarqube-8e18e6cd4d8ea4c0ac881c744f0fd28c90a67e42.tar.gz sonarqube-8e18e6cd4d8ea4c0ac881c744f0fd28c90a67e42.zip |
fix display of conditions table on quality gates page
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-gates')
-rw-r--r-- | server/sonar-web/src/main/js/apps/quality-gates/templates/quality-gate-detail-conditions.hbs | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ </form> {{/if}} -<table class="js-conditions data zebra width-100"></table> +<table class="data zebra width-100"> + <tbody class="js-conditions"></tbody> +</table> |