Correct the wrong label

Import the following change:

--------
commit 55b47cfccfb57d9bd13f8ca6669122c95cafb213
Author: qiaomin <chen.qiaomin@99cloud.net>
Date:   Tue Jun 13 09:09:25 2017 +0800

    Correct the wrong label

    There show policy name or id, so the label should be 'Policy'.

    Change-Id: I13259c5c563f9dedd5404a01500446267a47c7f4
--------
This commit is contained in:
Akihiro Motoki 2017-06-17 16:54:00 +00:00
parent e6de15eb48
commit afbfb3fdb8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<dt>{% trans "Project ID" %}</dt>
<dd>{{ firewall.tenant_id }}</dd>
<dt>{% trans "Policy ID" %}</dt>
<dt>{% trans "Policy" %}</dt>
<dd>
{% url 'horizon:project:firewalls:policydetails' firewall.firewall_policy_id as policy_url %}
<a href="{{ policy_url }}">{{ firewall.policy.name|default:firewall.policy.id }}</a>