Remove unused (and broken) visualize tab

This commit is contained in:
Joseph Schorr 2017-03-03 13:11:02 -05:00
parent fc700ef3f7
commit 49d980f685
5 changed files with 1 additions and 306 deletions

View file

@ -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);
};