From 453ac5254c0d00e6bbb172ea5f1302dd82fe0af8 Mon Sep 17 00:00:00 2001 From: Masco Kaliyamoorthy Date: Mon, 19 Oct 2015 15:18:09 +0530 Subject: [PATCH] Wrong url in stack preview detail page In stack preview detail page, cancel button redirecting to access and security table. Change-Id: I50729b4dfd263e6380883c31be1d170b3efa5669 Closes-Bug: #1507515 --- .../project/stacks/templates/stacks/_preview_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview_details.html b/openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview_details.html index c4163e9609..fb73e4f6dd 100644 --- a/openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview_details.html +++ b/openstack_dashboard/dashboards/project/stacks/templates/stacks/_preview_details.html @@ -55,5 +55,5 @@ {% endblock %} {% block modal-footer %} - {% trans "Close" %} + {% trans "Close" %} {% endblock %}