Fix wrong links to volume detail

instance detail page and stack mapping has wrong links
to volume details (They point to volume snapshot by mistake)

Change-Id: I2c067941034d6a75f5d99fc663fe07515705afe7
Closes-Bug: #1296356
This commit is contained in:
Akihiro Motoki 2014-03-24 03:53:02 +09:00
parent 59eb21c028
commit 4ddc1879cd
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ resource_urls = {
"AWS::EC2::Subnet": {
'link': 'horizon:project:networks:subnets:detail'},
"AWS::EC2::Volume": {
'link': 'horizon:project:volumes:detail'},
'link': 'horizon:project:volumes:volumes:detail'},
"AWS::EC2::VPC": {
'link': 'horizon:project:networks:detail'},
"AWS::S3::Bucket": {