Repository: cloudstack Updated Branches: refs/heads/resize-root 5eeee5cf7 -> caf9de61a
CLOUDSTACK-6196: [UI] Fixed invalid field name (label.dynamically.scalable) on instance details. Signed-off-by: Mihaela Stoica <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b71f5073 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b71f5073 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b71f5073 Branch: refs/heads/resize-root Commit: b71f50731c26fe53f1c4d300f57df9f48be13340 Parents: ebcaec8 Author: Mihaela Stoica <[email protected]> Authored: Mon Mar 3 16:25:25 2014 +0000 Committer: Brian Federle <[email protected]> Committed: Mon Mar 3 10:12:51 2014 -0800 ---------------------------------------------------------------------- ui/dictionary.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b71f5073/ui/dictionary.jsp ---------------------------------------------------------------------- diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index bf48417..fdf15cc 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -1251,7 +1251,7 @@ dictionary = { 'label.network.addVM': '<fmt:message key="label.network.addVM" />', 'label.set.default.NIC': '<fmt:message key="label.set.default.NIC" />', 'label.Xenserver.Tools.Version61plus': '<fmt:message key="label.Xenserver.Tools.Version61plus" />', -'label.dynamically.scalabel': '<fmt:message key="label.dynamically.scalabel" />', +'label.dynamically.scalable': '<fmt:message key="label.dynamically.scalable" />', 'label.instance.scaled.up': '<fmt:message key="label.instance.scaled.up" />', 'label.tag.value': '<fmt:message key="label.tag.value" />', 'label.tag.key': '<fmt:message key="label.tag.key" />',
