areyousure

This commit is contained in:
habi
2022-03-26 18:04:26 +05:00
parent a684b01c57
commit 7955b298db
2 changed files with 17 additions and 1 deletions

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;