diff options
Diffstat (limited to 'server/sonar-web/src/main/hbs/overview/_overview-gate-condition.hbs')
-rw-r--r-- | server/sonar-web/src/main/hbs/overview/_overview-gate-condition.hbs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/server/sonar-web/src/main/hbs/overview/_overview-gate-condition.hbs b/server/sonar-web/src/main/hbs/overview/_overview-gate-condition.hbs deleted file mode 100644 index c3c278b9fd9..00000000000 --- a/server/sonar-web/src/main/hbs/overview/_overview-gate-condition.hbs +++ /dev/null @@ -1,15 +0,0 @@ -<li class="overview-gate-condition spacer-bottom text-ellipsis"> - <i class="{{alertIconClass level}}"></i> - {{#canHaveDrilldownUrl metric period}} - <a href="{{urlForDrilldown ../../componentKey metric period periodDate}}" - class="overview-status overview-status-{{level}}" - title="{{#notEq level 'OK'}}{{t 'quality_gates.operator' op 'short'}} {{/notEq}}{{#eq level 'ERROR'}}{{formatMeasure error type}}{{/eq}}{{#eq level 'WARN'}}{{formatMeasure warning type}}{{/eq}}" - data-toggle="tooltip" data-placement="bottom">{{formatMeasure actual type}}</a> - {{else}} - <span class="overview-status overview-status-{{level}}" - title="{{#notEq level 'OK'}}{{t 'quality_gates.operator' op 'short'}} {{/notEq}}{{#eq level 'ERROR'}}{{formatMeasure error type}}{{/eq}}{{#eq level 'WARN'}}{{formatMeasure warning type}}{{/eq}}" - data-toggle="tooltip" data-placement="bottom">{{formatMeasure actual type}}</span> - {{/canHaveDrilldownUrl}} - <span class="note text-lowercase" style="padding-top: 4px;">{{t 'metric' metric 'name'}}</span> - <span class="note text-lowercase">{{default periodName period}}</span> -</li> |