@@ -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',
+ ];
}