diff --git a/static/serverStatus/serverStatus.js b/static/serverStatus/serverStatus.js index 17f8c8e09..3b9a8ac6f 100644 --- a/static/serverStatus/serverStatus.js +++ b/static/serverStatus/serverStatus.js @@ -3,6 +3,7 @@ */ + /* Java script code to start/stop litespeed */ app.controller('litespeedStatus', function ($scope, $http) { @@ -596,6 +597,10 @@ app.controller('lswsSwitch', function ($scope, $http, $timeout, $window) { $scope.cyberPanelLoading = true; $scope.installBoxGen = true; + $scope.confrimtril = function () { + $('#confrimtril').show(); + } + $scope.switchTOLSWS = function () { $scope.cyberPanelLoading = false;