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:
parent
d44e5be354
commit
ba10a223ea
@ -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>'
|
||||
|
||||
|
||||
|
@ -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>\
|
||||
|
@ -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>\
|
||||
|
Loading…
x
Reference in New Issue
Block a user