mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
ff315c95fd
* Installs ember-page-title 5.x * Adds a page title to all template files that need one * Adds an assertion step to test the page titles
14 lines
385 B
Handlebars
14 lines
385 B
Handlebars
{{head-layout}}
|
|
{{title 'Consul' separator=' - '}}
|
|
{{#if (not loading)}}
|
|
{{outlet}}
|
|
{{else}}
|
|
{{#hashicorp-consul id="wrapper" permissions=permissions dcs=dcs dc=dc nspaces=nspaces nspace=nspace}}
|
|
{{#app-view class="loading show"}}
|
|
{{#block-slot name='content'}}
|
|
{{partial 'consul-loading'}}
|
|
{{/block-slot}}
|
|
{{/app-view}}
|
|
{{/hashicorp-consul}}
|
|
{{/if}}
|