2020-07-09 20:19:07 +00:00
|
|
|
{{title "Client " (or this.model.name this.model.shortId)}}
|
|
|
|
<ClientSubnav @client={{this.model}} />
|
2020-06-25 03:37:12 +00:00
|
|
|
<section class="section is-full-width">
|
2020-06-16 01:37:54 +00:00
|
|
|
{{#if (can "read agent")}}
|
|
|
|
<AgentMonitor
|
2020-07-09 20:19:07 +00:00
|
|
|
@level={{this.level}}
|
|
|
|
@client={{this.model}}
|
|
|
|
@onLevelChange={{action (mut this.level)}} />
|
2020-06-16 01:37:54 +00:00
|
|
|
{{else}}
|
|
|
|
<ForbiddenMessage @permission="agent:read" />
|
|
|
|
{{/if}}
|
2020-06-13 03:59:33 +00:00
|
|
|
</section>
|