mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-08 19:13:28 +02:00
bug fix: add missing variable
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user