github.com/hernad/nomad@v1.6.112/ui/app/templates/allocations/allocation/task/logs.hbs (about)

     1  {{!
     2    Copyright (c) HashiCorp, Inc.
     3    SPDX-License-Identifier: MPL-2.0
     4  ~}}
     5  
     6  {{page-title "Task " this.model.name " logs"}}
     7  <TaskSubnav @task={{this.model}} />
     8  <section class="section is-full-width">
     9    <TaskLog data-test-task-log @allocation={{this.model.allocation}} @task={{this.model.name}} />
    10  </section>