Change log.isLoaded to view.job.log.isLoaded

For some weird reason Ember errors out when it's called directly on
context (which is job in this place).
This commit is contained in:
Piotr Sarnacki 2012-10-21 20:48:24 +02:00
parent 6513d5c675
commit 6cfddfd882
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{{view.logSubscriber}}
{{#if log.isLoaded}}
{{#if view.job.log.isLoaded}}
<pre id="log" class="ansi"><a href="#" id="tail" {{action toggleTailing target="view"}}>
<span class="status"></span>
<label>Follow logs</label>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
7ad8c605
bdcb74b8