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:
parent
fa53339fea
commit
d4f0145161
5 changed files with 99 additions and 34 deletions
|
@ -81,9 +81,6 @@ angular.module('portainer', [
|
|||
})
|
||||
.state('actions.create.container', {
|
||||
url: "/container",
|
||||
params: {
|
||||
template: null
|
||||
},
|
||||
templateUrl: 'app/components/createContainer/createcontainer.html',
|
||||
controller: 'CreateContainerController'
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue