Wrong url in document of horizon tutorial
Fix url partten in horizon tutorial document (table_actions.rst). Change-Id: I2e404f04db02cf5fa738fa3abbd1044d132f7705 Closes-Bug: #1458436
This commit is contained in:
parent
e9b4ad259d
commit
b85ed88f3e
@ -179,8 +179,8 @@ The complete ``urls.py`` file should look like this::
|
|||||||
|
|
||||||
|
|
||||||
urlpatterns = patterns('',
|
urlpatterns = patterns('',
|
||||||
url(r'^\?tab=mypanel_tabs_tab$',
|
url(r'^$',
|
||||||
views.IndexView.as_view(), name='mypanel_tabs'),
|
views.IndexView.as_view(), name='index'),
|
||||||
url(r'^(?P<instance_id>[^/]+)/create_snapshot/$',
|
url(r'^(?P<instance_id>[^/]+)/create_snapshot/$',
|
||||||
views.CreateSnapshotView.as_view(),
|
views.CreateSnapshotView.as_view(),
|
||||||
name='create_snapshot'),
|
name='create_snapshot'),
|
||||||
|
Loading…
Reference in New Issue
Block a user