Merge overview bits into other more relevant views
This commit is contained in:
+1
-5
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user