Skip to content

Commit

Permalink
Fix JENKINS-12301
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed Apr 18, 2012
1 parent 571d9ff commit 4b332fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/util/thresholds.jelly
Expand Up @@ -92,7 +92,7 @@



<f:entry title="${%severiry.evaluation}" description="${%description.limit}">
<f:entry title="${%severity.evaluation}" description="${%description.limit}">

<f:checkbox name="${id}.config.configSeverityEvaluation.severityError" checked="${config.configSeverityEvaluation.severityError}" id="thresholdLimit.severityError"/>
<st:nbsp/>
Expand Down Expand Up @@ -142,7 +142,7 @@
</tr>
<tr>
<td>
<f:checkbox name="${id}.config.configGraph.displayAllErrors" checked="${config.configGraph.diplayAllError}" id="configGraph.displayAllErrors" default="${true}"/>
<f:checkbox name="${id}.config.configGraph.displayAllErrors" checked="${config.configGraph.displayAllErrors}" id="configGraph.displayAllErrors" default="${true}"/>
<st:nbsp/>
<label for="configGraph.displayAllErrors">${%Display all errors}</label>
<st:nbsp />
Expand Down

0 comments on commit 4b332fb

Please sign in to comment.