Initial Domain Alias.

This commit is contained in:
usmannasir
2018-05-05 00:10:05 +05:00
parent f0eba42696
commit 1071ae6ec5
8 changed files with 232 additions and 8 deletions

View File

@@ -448,6 +448,7 @@ app.controller('websitePages', function($scope,$http) {
};
$scope.fileManagerURL = "/filemanager/"+$("#domainNamePage").text();
$scope.domainAliasURL = "/websites/"+$("#domainNamePage").text()+"/domainAlias";
$scope.previewUrl = "/preview/"+$("#domainNamePage").text()+"/";
var logType = 0;
@@ -2420,5 +2421,21 @@ app.controller('manageCronController', function($scope,$http) {
});
/* Java script code to manage cron ends here */
/* Java script code to manage cron */
app.controller('manageAliasController', function($scope,$http) {
$scope.aliasTable = false;
$scope.domainAliasForm = true;
$scope.aliasError = true;
$scope.couldNotConnect = true;
$scope.aliasCreated = true;
$scope.manageAliasLoading = true;
});
/* Java script code to manage cron ends here */