9b2fb14e51
This is mostly deprecation fixes and blueprint changes. There are some dependency updates too; the changes to Ember Basic Dropdown necessitated changing it to angle bracket component invocation. The conversion of the rest of the templates will happen separately.
13 lines
355 B
Handlebars
13 lines
355 B
Handlebars
{{#if system.shouldShowRegions}}
|
|
{{#power-select
|
|
data-test-region-switcher
|
|
tagName="div"
|
|
triggerClass=decoration
|
|
options=sortedRegions
|
|
selected=system.activeRegion
|
|
searchEnabled=false
|
|
onChange=(action gotoRegion) as |region|}}
|
|
<span class="ember-power-select-prefix">Region: </span>{{region}}
|
|
{{/power-select}}
|
|
{{/if}}
|