
After update to glimmer log started to be rendered incorrectly, with log lines being inserted in the wrong places. I'm not sure what's the underlying problem, but rewriting to components seems to fix the issue. Since views are deprecated anyway I'm not going to investigate the problem deeper.
6 lines
96 B
Handlebars
6 lines
96 B
Handlebars
{{#if log.isLoaded}}
|
|
{{log-content job=job log=log}}
|
|
{{else}}
|
|
{{loading-indicator}}
|
|
{{/if}}
|