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

feat(templates): advanced template creation (#277)

This commit is contained in:
Anthony Lapenna 2016-10-20 16:43:09 +13:00 committed by GitHub
parent 6589730acc
commit c3cf5b5f9d
6 changed files with 55 additions and 15 deletions

View file

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