horizon/openstack_dashboard/dashboards/project/images/snapshots
Lin Yang a0dd5f4085 Fix too loose url regex for snapshot creation
Current regex '^(?P<instance_id>[^/]+)/create' for url
projects/images/<instance-id>/create will match all urls start with 'create' by
mistake. The '$' added will make sure the regex only match 'create' as expect.

Change-Id: I9f180d8d904d15e9458513f39b1e4719ac6800a3
Closes-Bug: #1477822
2015-07-24 12:22:04 +08:00
..
__init__.py Move volume snapshots table to volumes panel 2014-02-18 10:24:18 +08:00
forms.py Use integer instead of string for form max_length 2014-09-14 15:49:39 +09:00
tests.py Replace mox with mox3 2015-07-13 15:02:10 +02:00
urls.py Fix too loose url regex for snapshot creation 2015-07-24 12:22:04 +08:00
views.py Clean modal forms for Images panel 2015-03-12 12:01:16 +00:00