Merge overview bits into other more relevant views

This commit is contained in:
Johannes Zellner
2019-09-17 15:32:43 +02:00
parent 5c0a53e02a
commit 2269f15b66
2 changed files with 24 additions and 38 deletions
+1 -5
View File
@@ -39,7 +39,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
var appId = $location.path().slice('/app/'.length);
$scope.view = 'overview';
$scope.view = 'display';
$scope.app = null;
$scope.activeTask = null;
$scope.appIsRestarting = false;
@@ -61,10 +61,6 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
$scope.view = view;
};
$scope.overview = {
show: function () {}
};
$scope.display = {
busy: false,
error: {},