Make timezone settings much beautiful

This commit is contained in:
Johannes Zellner
2020-01-08 21:41:06 +01:00
parent 57aa93eb84
commit 42066e20ed

View File

@@ -264,17 +264,14 @@
<div class="card" style="margin-bottom: 15px;">
<div class="row">
<div class="col-md-12">
<div class="col-md-8">
<p>
The current timezone setting is <b>{{ timeZone.currentTimeZone.display }}</b>. This setting is used
for scheduling backup and update tasks.
The current timezone setting is <b>{{ timeZone.currentTimeZone.display }}</b>.<br/>
This setting is used for scheduling backup and update tasks.
</p>
<p class="text-danger" ng-show="timeZone.error"><br/>{{ timeZone.error }}</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="col-md-4">
<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>