github.com/zoomfoo/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/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}}