bug fix delete child domain
This commit is contained in:
parent
ba5fb658cf
commit
74117804c2
|
|
@ -10140,6 +10140,8 @@ app.controller('listChildDomainsMain', function ($scope, $http, $timeout) {
|
|||
|
||||
$scope.currentPage = 1;
|
||||
$scope.recordsToShow = 10;
|
||||
$scope.expandedSites = {};
|
||||
$scope.DeleteDocRoot = false;
|
||||
|
||||
$scope.getFurtherWebsitesFromDB = function () {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue