Remove unused (and broken) visualize tab
This commit is contained in:
parent
fc700ef3f7
commit
49d980f685
5 changed files with 1 additions and 306 deletions
|
@ -27,8 +27,7 @@
|
|||
'selectedTags': [],
|
||||
'repository': null,
|
||||
'imageLoader': imageLoader,
|
||||
'builds': null,
|
||||
'changesVisible': false
|
||||
'builds': null
|
||||
};
|
||||
|
||||
var buildPollChannel = null;
|
||||
|
@ -147,10 +146,6 @@
|
|||
}, 10);
|
||||
};
|
||||
|
||||
$scope.handleChangesState = function(value) {
|
||||
$scope.viewScope.changesVisible = value;
|
||||
};
|
||||
|
||||
$scope.getImages = function(callback) {
|
||||
loadImages(callback);
|
||||
};
|
||||
|
|
Reference in a new issue