mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-11 15:56:11 +01:00
Language updates and Bug fixes to user managment.
This commit is contained in:
@@ -22,10 +22,14 @@ app.controller('createUserCtr', function($scope,$http) {
|
||||
$scope.webLimits = false;
|
||||
$scope.acctsLimit = true;
|
||||
}
|
||||
else{
|
||||
else if($scope.accountType == "Reseller"){
|
||||
$scope.webLimits = false;
|
||||
$scope.acctsLimit = false;
|
||||
}
|
||||
else{
|
||||
$scope.webLimits = true;
|
||||
$scope.acctsLimit = true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user