improvments to email verification

This commit is contained in:
Usman Nasir
2020-06-07 17:53:11 +05:00
parent 9048a5fe7c
commit 0b5bc9fed2
11 changed files with 465 additions and 82 deletions

View File

@@ -237,10 +237,8 @@ app.controller('backupWebsiteControl', function ($scope, $http, $timeout) {
///** Backup site ends **///
///** Restore site ***//
app.controller('restoreWebsiteControl', function ($scope, $http, $timeout) {
$scope.restoreLoading = true;
@@ -415,13 +413,10 @@ app.controller('restoreWebsiteControl', function ($scope, $http, $timeout) {
});
//*** Restore site ends here ***///
///** Backup Destination ***//
app.controller('backupDestinations', function ($scope, $http, $timeout) {
$scope.destinationLoading = true;
@@ -666,13 +661,10 @@ app.controller('backupDestinations', function ($scope, $http, $timeout) {
});
//*** Backup destination ***///
///** Schedule Backup ***//
app.controller('scheduleBackup', function ($scope, $http, $timeout) {
$scope.scheduleBackupLoading = true;
@@ -951,10 +943,8 @@ app.controller('scheduleBackup', function ($scope, $http, $timeout) {
});
//*** Schedule Backup ***///
//*** Remote Backup site ****//
app.controller('remoteBackupControl', function ($scope, $http, $timeout) {
@@ -1543,7 +1533,6 @@ app.controller('remoteBackupControl', function ($scope, $http, $timeout) {
///** Backup site ends **///
//*** Remote Backup site ****//
app.controller('backupLogsScheduled', function ($scope, $http, $timeout) {