mirror of https://github.com/status-im/consul.git
16 lines
484 B
Handlebars
16 lines
484 B
Handlebars
<HeadLayout />
|
|
{{title 'Consul' separator=' - '}}
|
|
{{#if (not-eq router.currentRouteName 'application')}}
|
|
<HashicorpConsul @id="wrapper" @permissions={{permissions}} @dcs={{dcs}} @dc={{or dc dcs.firstObject}} @nspaces={{nspaces}} @nspace={{or nspace nspaces.firstObject}}>
|
|
{{#if (not loading)}}
|
|
{{outlet}}
|
|
{{else}}
|
|
<AppView @class="loading show">
|
|
<BlockSlot @name="content">
|
|
<ConsulLoader />
|
|
</BlockSlot>
|
|
</AppView>
|
|
{{/if}}
|
|
</HashicorpConsul>
|
|
{{/if}}
|