From dd145a397aa658f7f8cfa328f6b07ca76632b52f Mon Sep 17 00:00:00 2001 From: vetrivelc Date: Fri, 12 Dec 2014 18:27:53 +0530 Subject: [PATCH] Removed duplicate label id entry from dictionary files and update the template.js file. Signed-off-by: vetrivelc --- ui/dictionary2.jsp | 1 - ui/scripts/templates.js | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ui/dictionary2.jsp b/ui/dictionary2.jsp index 98ecd5163f3..52fd48043d6 100644 --- a/ui/dictionary2.jsp +++ b/ui/dictionary2.jsp @@ -671,7 +671,6 @@ $.extend(dictionary, { 'state.Expunging': '', 'state.Migrating': '', 'state.Pending': '', -'state.ready': '', 'state.Ready': '', 'state.Running': '', 'state.Starting': '', diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index a8e8dad39e7..c3d8022f9af 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -1068,7 +1068,7 @@ label: 'label.status' }, isready: { - label: 'state.ready', + label: 'state.Ready', converter: cloudStack.converters.toBooleanText } }, @@ -1283,7 +1283,7 @@ label: 'label.zone.id' }, isready: { - label: 'state.ready', + label: 'state.Ready', converter: cloudStack.converters.toBooleanText }, status: { @@ -2067,7 +2067,7 @@ label: 'label.status' }, isready: { - label: 'state.ready', + label: 'state.Ready', converter: cloudStack.converters.toBooleanText } },