github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/ui/app/templates/servers/server/monitor.hbs (about) 1 {{page-title "Server " this.model.name}} 2 <ServerSubnav @server={{this.model}} /> 3 <section class="section is-full-width"> 4 {{#if (can "read agent")}} 5 <AgentMonitor 6 @level={{this.level}} 7 @server={{this.model}} 8 @onLevelChange={{action (mut this.level)}} /> 9 {{else}} 10 <ForbiddenMessage @permission="agent:read" /> 11 {{/if}} 12 </section>