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:
Canh Truong 2015-05-25 16:32:01 +07:00
parent e9b4ad259d
commit b85ed88f3e

View File

@ -179,8 +179,8 @@ The complete ``urls.py`` file should look like this::
urlpatterns = patterns('',
url(r'^\?tab=mypanel_tabs_tab$',
views.IndexView.as_view(), name='mypanel_tabs'),
url(r'^$',
views.IndexView.as_view(), name='index'),
url(r'^(?P<instance_id>[^/]+)/create_snapshot/$',
views.CreateSnapshotView.as_view(),
name='create_snapshot'),