github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/ui/app/templates/allocations/allocation/task/logs.hbs (about)

     1  {{page-title "Task " this.model.name " logs"}}
     2  <TaskSubnav @task={{this.model}} />
     3  <section class="section is-full-width">
     4    <TaskLog data-test-task-log @allocation={{this.model.allocation}} @task={{this.model.name}} />
     5  </section>