Fixed small problems with links and titles on pages.
This commit is contained in:
parent
f32b95e7dc
commit
1b8aef4ee7
@ -27,5 +27,5 @@ VIEW_MOD = 'openstack_dashboard.dashboards.project.windc.views'
|
||||
|
||||
urlpatterns = patterns(VIEW_MOD,
|
||||
url(r'^$', IndexView.as_view(), name='index'),
|
||||
url(r'create/$', CreateWinDCView.as_view(), name='CreateWinDC')
|
||||
url(r'^create$', CreateWinDCView.as_view(), name='create')
|
||||
)
|
||||
|
@ -454,7 +454,7 @@ class SetNetwork(workflows.Step):
|
||||
|
||||
class CreateWinDC(workflows.Workflow):
|
||||
slug = "create_windc"
|
||||
name = _("Create Windows Data Center Instance")
|
||||
name = _("Create Windows Service")
|
||||
finalize_button_name = _("Deploy")
|
||||
success_message = _('Deployed %(count)s named "%(name)s".')
|
||||
failure_message = _('Unable to deploy %(count)s named "%(name)s".')
|
||||
|
Loading…
x
Reference in New Issue
Block a user