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

feat(ui): new volume creation view (#36)

This commit is contained in:
Anthony Lapenna 2016-07-06 15:14:40 +12:00 committed by GitHub
parent 2d311518a7
commit 446322dcbe
6 changed files with 117 additions and 69 deletions

View file

@ -72,6 +72,11 @@ angular.module('uifordocker', [
templateUrl: 'app/components/createContainer/createcontainer.html',
controller: 'CreateContainerController'
})
.state('actions.create.volume', {
url: "/volume",
templateUrl: 'app/components/createVolume/createvolume.html',
controller: 'CreateVolumeController'
})
.state('docker', {
url: '/docker/',
templateUrl: 'app/components/docker/docker.html',