You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui-v2/app/templates/application.hbs

12 lines
273 B

{{#if (not loading)}}
{{outlet}}
{{else}}
{{#hashicorp-consul id="wrapper" dc=dc}}
{{#app-view class="loading show"}}
{{#block-slot 'content'}}
{{partial 'consul-loading'}}
{{/block-slot}}
{{/app-view}}
{{/hashicorp-consul}}
{{/if}}