Bug 1179337 - Quiet logviewer error on first-click of a failure-step

This commit is contained in:
Jonathan French 2015-08-14 17:05:09 -04:00
Родитель 6e23720771
Коммит 7c15aeb4ce
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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">