mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-19 04:56:52 +01:00
add confirm before converting to LiteSpeed Enterprise
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user