1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 12:25:22 +02:00

feat(ui): new network creation view (#37)

This commit is contained in:
Anthony Lapenna 2016-07-06 15:38:34 +12:00 committed by GitHub
parent 446322dcbe
commit 530eb20dfc
5 changed files with 129 additions and 74 deletions

View file

@ -77,6 +77,11 @@ angular.module('uifordocker', [
templateUrl: 'app/components/createVolume/createvolume.html',
controller: 'CreateVolumeController'
})
.state('actions.create.network', {
url: "/network",
templateUrl: 'app/components/createNetwork/createnetwork.html',
controller: 'CreateNetworkController'
})
.state('docker', {
url: '/docker/',
templateUrl: 'app/components/docker/docker.html',