1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

feat(templates): allow to edit template port mapping (#293)

* feat(templates): allow to edit template port mapping

* refactor(templates): remove advanced template configuration feature
This commit is contained in:
Anthony Lapenna 2016-10-27 19:55:44 +13:00 committed by GitHub
parent fa53339fea
commit d4f0145161
5 changed files with 99 additions and 34 deletions

View file

@ -81,9 +81,6 @@ angular.module('portainer', [
})
.state('actions.create.container', {
url: "/container",
params: {
template: null
},
templateUrl: 'app/components/createContainer/createcontainer.html',
controller: 'CreateContainerController'
})