1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-01 06:50:25 +03:00

Rename group columns name

This commit is contained in:
Daniel Molina 2013-04-03 16:57:09 +02:00
parent 72e68b0703
commit 072716ef38
2 changed files with 3 additions and 3 deletions

View File

@ -77,8 +77,8 @@ var groups_tab_content = '\
<th>'+tr("Name")+'</th>\
<th>'+tr("Users")+'</th>\
<th>'+tr("VMs")+'</th>\
<th>'+tr("UMEM")+'</th>\
<th>'+tr("UCPU")+'</th>\
<th>'+tr("Memory")+'</th>\
<th>'+tr("CPU")+'</th>\
</tr>\
</thead>\
<tbody id="tbodygroups">\

View File

@ -86,7 +86,7 @@ var create_host_tmpl =
<div class="reveal-body">\
<div class="row">\
<div class="four columns">\
<label class="inline right" for="name">' + tr("Name") + ':</label>\
<label class="inline right" for="name">' + tr("Hostname") + ':</label>\
</div>\
<div class="seven columns">\
<input type="text" name="name" id="name" />\