some improvements to wpmanager

This commit is contained in:
Usman Nasir
2022-06-01 15:49:30 +05:00
parent c008db812a
commit d4306af197
4 changed files with 93 additions and 76 deletions

View File

@@ -310,12 +310,14 @@ app.controller('createWordpress', function ($scope, $http, $timeout, $compile, $
getCreationStatus();
} else {
// $scope.errorMessage = response.data.error_message;
alert("Status not = 1: Error..." + response.data.error_message)
$scope.goBackDisable = false;
new PNotify({
title: 'Operation Failed!',
text: response.data.error_message,
type: 'error'
});
}
}
function cantLoadInitialDatas(response) {