show legacy note first, then job not yet started notice
This commit is contained in:
parent
6578e8b3ce
commit
dac21f6164
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue
Block a user