]> source.dussan.org Git - sonarqube.git/commitdiff
fix display of conditions table on quality gates page
authorStas Vilchik <vilchiks@gmail.com>
Tue, 19 Jan 2016 13:19:44 +0000 (14:19 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 19 Jan 2016 13:19:44 +0000 (14:19 +0100)
server/sonar-web/src/main/js/apps/quality-gates/templates/quality-gate-detail-conditions.hbs

index 3c1ba04bd83a76c169dae7644dca9d84d5b7ed2f..4f5a51266657ee4d2d2d9989e4f09170ca159f6d 100644 (file)
@@ -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>