diff --git a/app/templates/components/log-content.hbs b/app/templates/components/log-content.hbs index d993f6b5..8c6b578d 100644 --- a/app/templates/components/log-content.hbs +++ b/app/templates/components/log-content.hbs @@ -2,27 +2,29 @@
- {{#if auth.signedIn}} - {{#if job.isLegacyInfrastructure}} - {{#if job.isFinished}} -

- This job ran on our legacy infrastructure. Please read our docs on how to upgrade.

- {{else}} -

- This job is running on our legacy infrastructure. Please read our docs on how to upgrade.

+ {{#unless config.enterprise}} + {{#if auth.signedIn}} + {{#if job.isLegacyInfrastructure}} + {{#if job.isFinished}} +

+ This job ran on our legacy infrastructure. Please read our docs on how to upgrade.

+ {{else}} +

+ This job is running on our legacy infrastructure. Please read our docs on how to upgrade.

+ {{/if}} {{/if}} - {{/if}} - {{#if job.displayGceNotice}} - {{#if job.isFinished}} -

- This job ran on our new platform for Precise builds. Please read our blog post for more information.

- {{else}} -

- This job is running on our new platform for Legacy Precise builds. Please read our blog post for more information.

+ {{#if job.displayGceNotice}} + {{#if job.isFinished}} +

+ This job ran on our new platform for Precise builds. Please read our blog post for more information.

+ {{else}} +

+ This job is running on our new platform for Legacy Precise builds. Please read our blog post for more information.

+ {{/if}} {{/if}} {{/if}} - {{/if}} + {{/unless}} {{#if job.notStarted}}
Hang tight, the log cannot be shown until the build has started.