mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Feature #3748: Fix host exs panel
This commit is contained in:
parent
e1a6cb4f94
commit
366c98c1dc
@ -69,8 +69,8 @@ define(function(require) {
|
||||
|
||||
if (that.element.TEMPLATE.HOST instanceof Array) {
|
||||
$.each(that.element.TEMPLATE.HOST, function(){
|
||||
var cpuBars = CPUBars.html(this.element);
|
||||
var memoryBars = MemoryBars.html(this.element);
|
||||
var cpuBars = CPUBars.html(this, true);
|
||||
var memoryBars = MemoryBars.html(this, true);
|
||||
|
||||
hostListArray.push([
|
||||
this.HOSTNAME,
|
||||
|
Loading…
x
Reference in New Issue
Block a user