mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-13 08:46:09 +01:00
Added Services Page, Bug fix to Website Creation!
This commit is contained in:
@@ -421,7 +421,7 @@ app.controller('addModifyDNSRecords', function($scope,$http) {
|
||||
|
||||
populateCurrentRecords();
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
else{
|
||||
@@ -441,7 +441,7 @@ app.controller('addModifyDNSRecords', function($scope,$http) {
|
||||
|
||||
$scope.errorMessage = response.data.error_message;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -459,7 +459,7 @@ app.controller('addModifyDNSRecords', function($scope,$http) {
|
||||
$scope.couldNotDeleteRecords = true;
|
||||
$scope.couldNotAddRecord = true;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user