mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-04 12:29:10 +02:00
website v2issue
This commit is contained in:
@@ -463,15 +463,15 @@ newapp.controller('websitePagesV2', function ($scope, $http, $timeout, $window)
|
||||
$scope.hideLogs = true;
|
||||
};
|
||||
|
||||
$scope.fileManagerURL = "/filemanager/" + $("#domainNamePage").text();
|
||||
$scope.fileManagerURLV2 = "/filemanager/" + $("#domainNamePageV2").text();
|
||||
$scope.wordPressInstallURLV2 = $("#domainNamePageV2").text() + "/wordpressInstallV2";
|
||||
$scope.joomlaInstallURL = $("#domainNamePage").text() + "/joomlaInstall";
|
||||
$scope.setupGit = $("#domainNamePage").text() + "/setupGit";
|
||||
$scope.installPrestaURL = $("#domainNamePage").text() + "/installPrestaShop";
|
||||
$scope.installMagentoURL = $("#domainNamePage").text() + "/installMagento";
|
||||
$scope.installMauticURL = $("#domainNamePage").text() + "/installMautic";
|
||||
$scope.domainAliasURL = "/websites/" + $("#domainNamePage").text() + "/domainAlias";
|
||||
$scope.previewUrl = "/preview/" + $("#domainNamePage").text() + "/";
|
||||
$scope.joomlaInstallURLV2 = $("#domainNamePageV2").text() + "/joomlaInstallV2";
|
||||
$scope.setupGitV2 = $("#domainNamePageV2").text() + "/setupGitV2";
|
||||
$scope.installPrestaURLV2 = $("#domainNamePageV2").text() + "/installPrestaShopV2";
|
||||
$scope.installMagentoURLV2 = $("#domainNamePageV2").text() + "/installMagentoV2";
|
||||
$scope.installMauticURLV2 = $("#domainNamePageV2").text() + "/installMauticV2";
|
||||
$scope.domainAliasURLV2 = "/websites/" + $("#domainNamePageV2").text() + "/domainAliasV2";
|
||||
$scope.previewUrl = "/preview/" + $("#domainNamePageV2").text() + "/";
|
||||
|
||||
var logType = 0;
|
||||
$scope.pageNumber = 1;
|
||||
|
||||
Reference in New Issue
Block a user