Rename 'socket info' title to 'hypervisors' Rename 'socket info' title to 'hypervisors' to make it more generic, as the dashboard section contains hypervisor host counts which are useful in other contexts.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/25d4333d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/25d4333d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/25d4333d Branch: refs/heads/rbac Commit: 25d4333d45a23d8fdb7b809f3d6071e69ead272e Parents: 2189da6 Author: Brian Federle <[email protected]> Authored: Wed Oct 30 11:37:54 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Wed Oct 30 11:37:54 2013 -0700 ---------------------------------------------------------------------- client/WEB-INF/classes/resources/messages.properties | 1 + ui/dictionary.jsp | 1 + ui/index.jsp | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/25d4333d/client/WEB-INF/classes/resources/messages.properties ---------------------------------------------------------------------- diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index dd5e65a..12d2a11 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -14,6 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. +label.hypervisors=Hypervisors label.home=Home label.sockets=Sockets label.root.disk.size=Root disk size http://git-wip-us.apache.org/repos/asf/cloudstack/blob/25d4333d/ui/dictionary.jsp ---------------------------------------------------------------------- diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp index cb24d56..1bf0eab 100644 --- a/ui/dictionary.jsp +++ b/ui/dictionary.jsp @@ -25,6 +25,7 @@ under the License. <% long now = System.currentTimeMillis(); %> <script language="javascript"> dictionary = { +'label.hypervisors': '<fmt:message key="label.hypervisors" />', 'label.home': '<fmt:message key="label.home" />', 'label.sockets': '<fmt:message key="label.sockets" />', 'label.root.disk.size': '<fmt:message key="label.root.disk.size" />', http://git-wip-us.apache.org/repos/asf/cloudstack/blob/25d4333d/ui/index.jsp ---------------------------------------------------------------------- diff --git a/ui/index.jsp b/ui/index.jsp index 3325f75..a4e3e4c 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -1121,7 +1121,7 @@ </ul> <div class="socket-info"> - <div class="title">Socket info</div> + <div class="title"><fmt:message key="label.hypervisors"/></div> <ul></ul> </div> </div>
