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

Feature #2778: use unique tbody ids

This commit is contained in:
Carlos Martín 2014-04-02 11:11:43 +02:00
parent d44e5be354
commit ba10a223ea
3 changed files with 5 additions and 5 deletions

View File

@ -35,7 +35,7 @@ var host_datatable_table_tmpl='<thead>\
<th>' + tr("Last monitored on") + '</th>\
</tr>\
</thead>\
<tbody id="tbodyhosts">\
<tbody id="tbody_cluster_hosts">\
</tbody>'
var vnet_datatable_table_tmpl='<thead>\
@ -51,7 +51,7 @@ var vnet_datatable_table_tmpl='<thead>\
<th>'+tr("Leases")+'</th>\
</tr>\
</thead>\
<tbody id="tbodyvnetworks">\
<tbody id="tbody_cluster_vnetworks">\
</tbody>'
var datastore_datatable_table_tmpl='<thead>\
@ -69,7 +69,7 @@ var datastore_datatable_table_tmpl='<thead>\
<th>'+tr("Type")+'</th>\
</tr>\
</thead>\
<tbody id="tbodydatastores">\
<tbody id="tbody_cluster_datastores">\
</tbody>'

View File

@ -769,7 +769,7 @@ function updateHostInfo(request,host){
<th>'+tr("VNC")+'</th>\
</tr>\
</thead>\
<tbody id="tbodyvmachines">\
<tbody id="tbody_host_vmachines">\
</tbody>\
</table>\
</div>\

View File

@ -780,7 +780,7 @@ function updateImageInfo(request,img){
<th>'+tr("VNC")+'</th>\
</tr>\
</thead>\
<tbody id="tbodyvmachines">\
<tbody id="tbody_image_vmachines">\
</tbody>\
</table>\
</div>\