Do not show UTC offset in select

This commit is contained in:
Johannes Zellner
2020-01-08 20:35:00 +01:00
parent c6c51bd319
commit 57aa93eb84
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -275,7 +275,7 @@
<div class="row">
<div class="col-md-12">
<multiselect class="pull-right" ng-model="timeZone.timeZone" ng-disabled="timeZone.busy" options="tz.display for tz in timeZone.availableTimeZones" data-multiple="false" filter-after-rows="5" scroll-after-rows="10"></multiselect>
<multiselect class="pull-right" ng-model="timeZone.timeZone" ng-disabled="timeZone.busy" options="tz.id for tz in timeZone.availableTimeZones" data-multiple="false" filter-after-rows="5" scroll-after-rows="10"></multiselect>
</div>
</div>