github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/app/templates/components/region-switcher.hbs (about) 1 {{#if this.system.shouldShowRegions}} 2 <PowerSelect 3 data-test-region-switcher 4 @tagName="div" 5 @triggerClass={{this.decoration}} 6 @options={{this.sortedRegions}} 7 @selected={{this.system.activeRegion}} 8 @searchEnabled={{false}} 9 @onChange={{action this.gotoRegion}} as |region|> 10 <span class="ember-power-select-prefix">Region: </span>{{region}} 11 </PowerSelect> 12 {{/if}}