Fix slider steps with the unit changes

This commit is contained in:
Girish Ramakrishnan
2022-10-13 21:57:12 +02:00
parent 60f8ab9030
commit 41604feb02
6 changed files with 9 additions and 9 deletions

View File

@@ -159,7 +159,7 @@
</input>
</label>
<div style="padding: 0 10px;">
<slider id="storageQuota" ng-disabled="!mailboxes.edit.storageQuotaEnabled" ng-model="mailboxes.edit.storageQuota" step="1073741824" tooltip="hide" ticks="storageQuotaTicks"></slider>
<slider id="storageQuota" ng-disabled="!mailboxes.edit.storageQuotaEnabled" ng-model="mailboxes.edit.storageQuota" step="1000000000" tooltip="hide" ticks="storageQuotaTicks"></slider>
</div>
</div>