Automatically check logger status on config page
This commit is contained in:
@@ -52,7 +52,7 @@ poconsole.controller('configCtrl', function($scope, Page, $log, config, devices)
|
||||
$scope.loggerRunning = data.status;
|
||||
});
|
||||
};
|
||||
// $scope.checkLogger();
|
||||
$scope.checkLogger();
|
||||
|
||||
$scope.restartLogger = function(){
|
||||
var restartLogger = config.restartLogger();
|
||||
|
||||
Reference in New Issue
Block a user