1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

feat(ui): new volume creation view (#36)

This commit is contained in:
Anthony Lapenna 2016-07-06 15:14:40 +12:00 committed by GitHub
parent 2d311518a7
commit 446322dcbe
6 changed files with 117 additions and 69 deletions

View file

@ -201,7 +201,6 @@ function ($scope, $state, Config, Container, Image, Volume, Network, Messages, V
$scope.create = function () {
var config = prepareConfiguration();
console.log(JSON.stringify(config, null, 4));
if ($scope.state.alwaysPull) {
pullImageAndCreateContainer(config);