mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-27 16:08:59 +02:00
add redis deamon oneclick install/remove
This commit is contained in:
BIN
static/manageServices/images/redis.png
Normal file
BIN
static/manageServices/images/redis.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user