зеркало из https://github.com/mozilla/treeherder.git
Bug 1302224 - Make sure raw log link in logviewer works (#1850)
We need to update the template value on angular digest cycles, because we can't count on the "raw log url" being available when we first render the template (the job may still be loading).
This commit is contained in:
Родитель
04d9541f62
Коммит
2b65fa5ee4
|
@ -49,7 +49,7 @@
|
|||
<a title="{{logError ? 'Raw log link no longer exists or has expired (click for path)' :
|
||||
'Open the raw log in a new window'}}"
|
||||
target="_blank"
|
||||
href="{{::rawLogURL}}">
|
||||
href="{{rawLogURL}}">
|
||||
<span ng-class="logError ? 'fa-warning actionbtn-warning' : 'fa-file-text-o actionbtn-icon'"
|
||||
class="fa"></span>
|
||||
<span>open raw log</span>
|
||||
|
|
Загрузка…
Ссылка в новой задаче