bug fix: add missing variable

This commit is contained in:
usmannasir
2024-02-11 15:10:25 +05:00
parent 82f7d463d6
commit 17159b72e3

View File

@@ -631,7 +631,7 @@ app.controller('phpMyAdmin', function ($scope, $http, $window) {
});
app.controller('Mysqlmanager', function ($scope, $http, $compile, $window) {
app.controller('Mysqlmanager', function ($scope, $http, $compile, $window, $timeout) {
$scope.cyberPanelLoading = true;
$scope.mysql_status = 'test'