Fix showing Cluster Template info on Cluster details
Cluster details view doesn't show Cluster Template information. This patch fixes it. Change-Id: I4eccda8cdd125f12bd536a3e7af670f1930ca884 Closes-Bug: #1624275
This commit is contained in:
parent
28c55311f0
commit
232024025c
@ -38,8 +38,8 @@
|
||||
magnum.getClusterTemplate(ctrl.cluster.cluster_template_id).success(onGetClusterTemplate);
|
||||
}
|
||||
|
||||
function onGetClusterTemplate(clusteTemplate) {
|
||||
ctrl.clusteTemplate = clusteTemplate;
|
||||
function onGetClusterTemplate(clusterTemplate) {
|
||||
ctrl.cluster_template = clusterTemplate;
|
||||
}
|
||||
}
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user