github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/app/templates/clients/client/monitor.hbs (about)

     1  {{page-title "Client " (or this.model.name this.model.shortId)}}
     2  <ClientSubnav @client={{this.model}} />
     3  <section class="section is-full-width">
     4    {{#if (can "read agent")}}
     5      <AgentMonitor
     6        @level={{this.level}}
     7        @client={{this.model}}
     8        @onLevelChange={{action (mut this.level)}} />
     9    {{else}}
    10      <ForbiddenMessage @permission="agent:read" />
    11    {{/if}}
    12  </section>