mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-13 08:46:09 +01:00
wp sites under main sites
This commit is contained in:
@@ -1353,7 +1353,7 @@ app.controller('WPsiteHome', function ($scope, $http, $timeout, $compile, $windo
|
||||
}
|
||||
|
||||
function cantLoadInitialDatas(response) {
|
||||
$('#wordpresshomeloading').hide();
|
||||
//$('#wordpresshomeloading').hide();
|
||||
$scope.wordpresshomeloading = true;
|
||||
$scope.stagingDetailsForm = true;
|
||||
$scope.installationProgress = false;
|
||||
@@ -2640,6 +2640,14 @@ app.controller('listWebsites', function ($scope, $http) {
|
||||
$scope.currentPage = 1;
|
||||
$scope.recordsToShow = 10;
|
||||
|
||||
$scope.toggleWPSites = function(index) {
|
||||
if (!$scope.WebSitesList[index].showWPSites) {
|
||||
$scope.WebSitesList[index].showWPSites = true;
|
||||
} else {
|
||||
$scope.WebSitesList[index].showWPSites = false;
|
||||
}
|
||||
};
|
||||
|
||||
$scope.getFurtherWebsitesFromDB = function () {
|
||||
|
||||
var config = {
|
||||
|
||||
Reference in New Issue
Block a user