summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/security_groups
diff options
context:
space:
mode:
authorKenji Ishii <ken-ishii@sx.jp.nec.com>2017-03-31 05:50:59 +0000
committerKenji Ishii <ken-ishii@sx.jp.nec.com>2017-03-31 06:59:44 +0000
commit76bdf040cccb1820c0e1527ab43560e9c97cd66b (patch)
tree538874489135914b60393ca51ac6aeb007cfc9d1 /openstack_dashboard/dashboards/project/security_groups
parentd7057eda4e3e8452974caa74f2292e0caa7dee00 (diff)
downloadhorizon-76bdf040cccb1820c0e1527ab43560e9c97cd66b.tar.gz
Fix incorrect window title in Manage security group rule
As far as I see, here is only the place missing the correct title before "- OpenStack Dashboard" Change-Id: I209a2b829ff4b66557a63f3659859a7b281ad629 Closes-Bug: #1677973
Diffstat (limited to 'openstack_dashboard/dashboards/project/security_groups')
-rw-r--r--openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html b/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html
index 0717ae625..932064d00 100644
--- a/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html
+++ b/openstack_dashboard/dashboards/project/security_groups/templates/security_groups/detail.html
@@ -1,5 +1,6 @@
{% extends 'base.html' %}
+{% block title %}{{ page_title }}{% endblock %}
{% block page_header %}
{% include "horizon/common/_detail_header.html" %}
{% endblock %}