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:
William Lachance 2016-09-14 15:23:57 -04:00 коммит произвёл GitHub
Родитель 04d9541f62
Коммит 2b65fa5ee4
1 изменённых файлов: 1 добавлений и 1 удалений

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

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