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