bug 13261: Display pod name for cluster-level capacities

status 13261: resolved fixed
This commit is contained in:
bfederle 2012-02-02 12:30:10 -08:00
parent 7bb0785de6
commit 8b13faffb9

View File

@ -211,7 +211,9 @@
var capacity = this;
zoneCapacities.push($.extend(capacity, {
zoneName: zone.name + '<br/>Cluster: ' + cluster.name
zoneName: zone.name +
'<br/>Pod: ' + cluster.podname +
'<br/>Cluster: ' + cluster.name
}));
});
});