add confirm before converting to LiteSpeed Enterprise

This commit is contained in:
Usman Nasir
2022-03-26 18:05:07 +05:00
parent 9179c031ec
commit 31b77855fe

View File

@@ -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;