зеркало из https://github.com/mozilla/treeherder.git
Bug 1179337 - Quiet logviewer error on first-click of a failure-step
This commit is contained in:
Родитель
6e23720771
Коммит
7c15aeb4ce
|
@ -2,7 +2,7 @@
|
|||
<div ng-repeat="step in artifact.step_data.steps"
|
||||
ng-click="displayLog(step)"
|
||||
ng-class="{'selected': (displayedStep.order === step.order)}"
|
||||
ng-if="showSuccessful === true || step.result !== 'success'"
|
||||
ng-show="showSuccessful === true || step.result !== 'success'"
|
||||
class="btn btn-block lv-step clearfix {{::getShadingClass(step.result)}}"
|
||||
order="{{step.order}}">
|
||||
<span class="pull-left clearfix text-left">
|
||||
|
|
Загрузка…
Ссылка в новой задаче