]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8300 reverse option of quality gate facet
authorStas Vilchik <vilchiks@gmail.com>
Fri, 4 Nov 2016 12:22:14 +0000 (13:22 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 4 Nov 2016 12:22:14 +0000 (13:22 +0100)
server/sonar-web/src/main/js/apps/projects/filters/QualityGateFilter.js

index 25e88a4786181684bde7d1255384bd61ccb0fb13..e18f964a4728cdfdd12b16897aca8fb6ffde8d0c 100644 (file)
@@ -36,7 +36,7 @@ export default class QualityGateFilter extends React.Component {
     return (
         <FilterContainer
             property="gate"
-            options={['ERROR', 'WARN', 'OK']}
+            options={['OK', 'WARN', 'ERROR']}
             renderName={() => 'Quality Gate'}
             renderOption={this.renderOption}
             getFacetValueForOption={this.getFacetValueForOption}