Remove console view in app configure screen

This commit is contained in:
Johannes Zellner
2020-11-16 14:42:55 +01:00
parent 5435f3f9c1
commit 0dcf82a120
2 changed files with 0 additions and 17 deletions

View File

@@ -1142,10 +1142,6 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
}
};
$scope.console = {
show: function () {}
};
$scope.restore = {
busy: false,
error: {},