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:
parent
446322dcbe
commit
530eb20dfc
5 changed files with 129 additions and 74 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue