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.
This commit is contained in:
Brian Federle 2013-10-30 11:37:54 -07:00
parent 2189da6c72
commit 25d4333d45
3 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@
# KIND, either express or implied. See the License for the # KIND, either express or implied. See the License for the
# specific language governing permissions and limitations # specific language governing permissions and limitations
# under the License. # under the License.
label.hypervisors=Hypervisors
label.home=Home label.home=Home
label.sockets=Sockets label.sockets=Sockets
label.root.disk.size=Root disk size label.root.disk.size=Root disk size

View File

@ -25,6 +25,7 @@ under the License.
<% long now = System.currentTimeMillis(); %> <% long now = System.currentTimeMillis(); %>
<script language="javascript"> <script language="javascript">
dictionary = { dictionary = {
'label.hypervisors': '<fmt:message key="label.hypervisors" />',
'label.home': '<fmt:message key="label.home" />', 'label.home': '<fmt:message key="label.home" />',
'label.sockets': '<fmt:message key="label.sockets" />', 'label.sockets': '<fmt:message key="label.sockets" />',
'label.root.disk.size': '<fmt:message key="label.root.disk.size" />', 'label.root.disk.size': '<fmt:message key="label.root.disk.size" />',

View File

@ -1121,7 +1121,7 @@
</ul> </ul>
<div class="socket-info"> <div class="socket-info">
<div class="title">Socket info</div> <div class="title"><fmt:message key="label.hypervisors"/></div>
<ul></ul> <ul></ul>
</div> </div>
</div> </div>