mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-526: Use toArray where necessary for orderBy.
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
<select class="time-zone"
|
||||
ng-disabled="!region"
|
||||
ng-model="model"
|
||||
ng-options="name for (name, value) in timeZones[region] | orderBy: name"></select>
|
||||
ng-options="timeZone.value as timeZone.key for timeZone in timeZones[region] | toArray | orderBy: key"></select>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user