diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-04-23 16:57:30 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-04-23 17:33:11 +0200 |
commit | ebad62de4864fa13b8f30e766cc6501e3b5ac04f (patch) | |
tree | 78b94066b9bf04c12623c72c650b20b71012223e /sonar-server/src/main/hbs/quality-gates | |
parent | b131f3d7faae41ae931f522b4ae208c69aab5dee (diff) | |
download | sonarqube-ebad62de4864fa13b8f30e766cc6501e3b5ac04f.tar.gz sonarqube-ebad62de4864fa13b8f30e766cc6501e3b5ac04f.zip |
SONAR-5148 Allow selection of periods 4 and 5 for quality gate conditions
Diffstat (limited to 'sonar-server/src/main/hbs/quality-gates')
-rw-r--r-- | sonar-server/src/main/hbs/quality-gates/quality-gate-detail-condition.hbs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-server/src/main/hbs/quality-gates/quality-gate-detail-condition.hbs b/sonar-server/src/main/hbs/quality-gates/quality-gate-detail-condition.hbs index 6ec2c6200f1..7acd9800f2a 100644 --- a/sonar-server/src/main/hbs/quality-gates/quality-gate-detail-condition.hbs +++ b/sonar-server/src/main/hbs/quality-gates/quality-gate-detail-condition.hbs @@ -4,9 +4,9 @@ <span class="deprecated">{{t 'deprecated'}}</span> {{/if}} </td> -<td width="10%" nowrap> +<td width="20%" nowrap> {{#if canEdit}} - <select name="period"> + <select name="period" style="width: 100%"> {{#unless isDiffMetric}}<option value="0">{{t 'value'}}</option>{{/unless}} {{#each periods}}<option value="{{key}}">Δ {{text}}</option>{{/each}} </select> |