From 31b77855fe0ea5ff07f978900566342f3b52f614 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Sat, 26 Mar 2022 18:05:07 +0500 Subject: [PATCH] add confirm before converting to LiteSpeed Enterprise --- static/serverStatus/serverStatus.js | 5 +++++ 1 file changed, 5 insertions(+) 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;