summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wagner <matt.wagner@redhat.com>2013-07-17 16:16:36 -0400
committerTomas Sedovic <tomas@sedovic.cz>2013-08-01 16:18:56 +0200
commitaef52248c48be7a7213bc54692fa9390e14b4fc7 (patch)
tree3700708fb4459d5f9c99716400044202e3386f9d
parent3c4fc347ca49862f6e9b0cc45a44518a90edf821 (diff)
downloadtuskar-ui-aef52248c48be7a7213bc54692fa9390e14b4fc7.tar.gz
Don't abbreviate Management IP
Minor tweak, just for better readability. Change-Id: Ib8b98a3bf2d9549ab1e7bc70f58c9a7507100509
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html
index b8581b29..2f8e8a3a 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/templates/resource_management/nodes/_detail_overview.html
@@ -8,7 +8,7 @@
<dl>
<dt>{% trans "MAC Address" %}</dt>
<dd>{{ node.mac_address|default:_("None") }}</dd>
- <dt>{% trans "IP Address (Manag.)" %}</dt>
+ <dt>{% trans "Management IP" %}</dt>
<dd>{{ node.ip_address|default:_("None") }}</dd>
<dt>{% trans "IP Address (Other)" %}</dt>
<dd>{{ node.ip_address_other|default:_("None") }}</dd>