From 7955b298db0fd12252d2db041a73d47f1ae62cbf Mon Sep 17 00:00:00 2001 From: habi Date: Sat, 26 Mar 2022 18:04:26 +0500 Subject: [PATCH] areyousure --- serverStatus/static/serverStatus/serverStatus.js | 5 +++++ .../templates/serverStatus/litespeedStatus.html | 13 ++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/serverStatus/static/serverStatus/serverStatus.js b/serverStatus/static/serverStatus/serverStatus.js index 17f8c8e09..3b9a8ac6f 100755 --- a/serverStatus/static/serverStatus/serverStatus.js +++ b/serverStatus/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; diff --git a/serverStatus/templates/serverStatus/litespeedStatus.html b/serverStatus/templates/serverStatus/litespeedStatus.html index fcb0f936f..73c0afe09 100755 --- a/serverStatus/templates/serverStatus/litespeedStatus.html +++ b/serverStatus/templates/serverStatus/litespeedStatus.html @@ -158,15 +158,26 @@
-
+
+