add redis deamon oneclick install/remove

This commit is contained in:
Usman Nasir
2020-08-22 11:16:38 +05:00
parent 60f9f57533
commit cecfddb4db
6 changed files with 66 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -497,9 +497,7 @@ app.controller('manageApplications', function ($scope, $http, $timeout, $window)
function ListInitialDatas(response) {
if (response.data.abort === 0) {
$scope.cyberpanelLoading = true;
$scope.requestData = response.data.requestStatus;
$timeout(getRequestStatus, 1000);
} else {