mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
bug 13261: Display pod name for cluster-level capacities
status 13261: resolved fixed
This commit is contained in:
parent
7bb0785de6
commit
8b13faffb9
@ -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
|
||||
}));
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user