andre 2 жил өмнө
parent
commit
a54e3f60d7

+ 4 - 0
app/UI/Client/EmailAccount/Providers/EditAccountDataProvider.php

@@ -131,6 +131,10 @@ class EditAccountDataProvider extends BaseDataProvider
             Kerio::ACC_STATUS_ACTIVE        => $lang->absoluteT('kerio','account','status','active'),
             Kerio::ACC_STATUS_CLOSED        => $lang->absoluteT('kerio','account','status','closed')
         ];
+        $this->availableValues['unit'] = [
+            'MegaBytes' => 'MB',
+            'GigaBytes' => 'GB',
+        ];
 
     }