CS-15892: Tier detail view: Show 'tier details' instead of 'details'

Conflicts:
	ui/index.jsp
This commit is contained in:
Brian Federle 2012-08-07 15:09:45 -07:00
parent 7de225baa9
commit b5e1c53137
3 changed files with 3 additions and 3 deletions

View File

@ -17,6 +17,7 @@
#new labels (begin) **********************************************************************************************
label.tier.details=Tier details
label.edit.tags=Edit tags
label.action.enable.physical.network=Enable physical network
label.action.disable.physical.network=Disable physical network

View File

@ -23,7 +23,6 @@ under the License.
</c:if>
<fmt:setBundle basename="resources/messages"/>
<% long now = System.currentTimeMillis(); %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
@ -35,7 +34,6 @@ under the License.
<c:if test="${!empty cookie.lang && cookie.lang.value != 'en'}">
<link type="text/css" rel="stylesheet" href="css/cloudstack3.${cookie.lang.value}.css" />
</c:if>
<!--[if IE 7]>
<link type="text/css" rel="stylesheet" href="css/cloudstack3-ie7.css" />
<![endif]-->
@ -1641,6 +1639,7 @@ under the License.
<script language="javascript">
dictionary = {
'label.edit.tags': '<fmt:message key="label.edit.tags"/>',
'label.tier.details': '<fmt:message key="label.tier.details"/>',
'label.action.enable.physical.network': '<fmt:message key="label.action.enable.physical.network"/>',
'label.action.disable.physical.network': '<fmt:message key="label.action.disable.physical.network"/>',
'message.action.enable.physical.network': '<fmt:message key="message.action.enable.physical.network"/>',

View File

@ -1399,7 +1399,7 @@
isMaximized: true,
tabs: {
details: {
title: 'label.details',
title: 'label.tier.details',
preFilter: function(args) {
var hiddenFields = [];
var zone;