Fix quota slider

This commit is contained in:
Johannes Zellner
2022-08-18 11:45:46 +02:00
parent 3bef8103cb
commit 9179bb380e
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio
$scope.domain = null;
$scope.adminDomain = null;
$scope.diskUsage = {};
$scope.storageQuotaTicks = [ 5*1024*1024, 10*1024*1024, 100*1024*1024, 500*1024*1024, 1024*1024*1024, 5*1024*1024*1024, 15*1024*1024*1024, 25*1024*1024*1024 ];
$scope.storageQuotaTicks = [ 1*1024*1024*1024, 15*1024*1024*1024, 50*1024*1024*1024, 100*1024*1024*1024 ];
$scope.expectedDnsRecords = {
mx: { },