1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-21 06:19:41 +02:00

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

View file

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