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:
parent
72e68b0703
commit
072716ef38
@ -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">\
|
||||
|
@ -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" />\
|
||||
|
Loading…
x
Reference in New Issue
Block a user