2020-07-09 20:19:07 +00:00
|
|
|
{{#if this.system.shouldShowRegions}}
|
2020-06-01 19:03:56 +00:00
|
|
|
<PowerSelect
|
2018-08-06 21:16:34 +00:00
|
|
|
data-test-region-switcher
|
2020-06-01 19:03:56 +00:00
|
|
|
@tagName="div"
|
2020-07-09 20:19:07 +00:00
|
|
|
@triggerClass={{this.decoration}}
|
|
|
|
@options={{this.sortedRegions}}
|
|
|
|
@selected={{this.system.activeRegion}}
|
2020-06-01 19:03:56 +00:00
|
|
|
@searchEnabled={{false}}
|
2020-07-09 20:19:07 +00:00
|
|
|
@onChange={{action this.gotoRegion}} as |region|>
|
2018-08-06 21:16:34 +00:00
|
|
|
<span class="ember-power-select-prefix">Region: </span>{{region}}
|
2020-06-01 19:03:56 +00:00
|
|
|
</PowerSelect>
|
2018-08-06 21:16:34 +00:00
|
|
|
{{/if}}
|