Updated Branches: refs/heads/master cc08eee21 -> 43b68a8db
ui: Add label for management IP addresses Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/43b68a8d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/43b68a8d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/43b68a8d Branch: refs/heads/master Commit: 43b68a8dbec81fd193df09e0a76e5324e1d314e8 Parents: cc08eee Author: Wido den Hollander <[email protected]> Authored: Tue Jul 31 23:00:09 2012 +0200 Committer: Wido den Hollander <[email protected]> Committed: Tue Jul 31 23:00:09 2012 +0200 ---------------------------------------------------------------------- ui/index.jsp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/43b68a8d/ui/index.jsp ---------------------------------------------------------------------- diff --git a/ui/index.jsp b/ui/index.jsp index 94fbdde..20bf8cc 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -1693,6 +1693,7 @@ dictionary = { 'state.Enabled': '<fmt:message key="state.Enabled"/>', 'label.system.wide.capacity': '<fmt:message key="label.system.wide.capacity"/>', 'label.management': '<fmt:message key="label.management"/>', +'label.management.ips': '<fmt:message key="label.management.ips"/>', 'label.guest': '<fmt:message key="label.guest"/>', 'label.network.service.providers': '<fmt:message key="label.network.service.providers"/>', 'message.launch.zone': '<fmt:message key="message.launch.zone"/>',
