зеркало из https://github.com/mozilla/treeherder.git
Bug 1195342 - Log viewer: Fix step start/end time display on mouseover
Removes the one time binding since it prevented the start/end time from being shown on mouseover.
This commit is contained in:
Родитель
b00d8caa3b
Коммит
dde28ebc5a
|
@ -13,7 +13,7 @@
|
|||
ng-mouseover="time=displayTime(step.started, step.finished)"
|
||||
ng-mouseleave="time=(step.duration !== null ? formatTime(step.duration) : 'Duration unknown')"
|
||||
class="pull-right clearfix">
|
||||
{{::time}}
|
||||
{{time}}
|
||||
</span>
|
||||
|
||||
<div ng-if="(step.error_count > 0)">
|
||||
|
|
Загрузка…
Ссылка в новой задаче