show legacy note first, then job not yet started notice

This commit is contained in:
Lisa Passing 2015-07-23 12:37:23 +02:00
parent 6578e8b3ce
commit dac21f6164

View File

@ -1,9 +1,6 @@
{{remove-log-popup job=view.job}}
<section id="log-container" class="log">
{{#if view.job.notStarted}}
<div class="log-notice">Hang tight, the log cannot be shown until the build has started.</div>
{{/if}}
{{#if auth.signedIn}}
{{#if view.job.isLegacyInfrastructure}}
@ -17,6 +14,9 @@
{{/if}}
{{/if}}
{{#if view.job.notStarted}}
<div class="log-notice">Hang tight, the log cannot be shown until the build has started.</div>
{{/if}}
<div class="{{if view.job.notStarted 'hidden'}}">
<menu class="log-header">