feat(ui): new pull image view (#39)

This commit is contained in:
Anthony Lapenna
2016-07-06 16:32:46 +12:00
committed by GitHub
parent 530eb20dfc
commit 59820e737e
6 changed files with 131 additions and 161 deletions
@@ -52,7 +52,6 @@ function ($scope, $state, Messages, Network, ViewSpinner, errorMsgFilter) {
$scope.create = function () {
var config = prepareConfiguration();
console.log(JSON.stringify(config, null, 4));
createNetwork(config);
};
}]);