Merge "Fix typo on flavor"
This commit is contained in:
commit
d9ff82ad4d
@ -965,7 +965,7 @@ angular.module('compass.wizard', [
|
|||||||
|
|
||||||
dataService.getClusterById(cluster.id).success(function(data) {
|
dataService.getClusterById(cluster.id).success(function(data) {
|
||||||
// wizardFactory.setAdapter(data);
|
// wizardFactory.setAdapter(data);
|
||||||
$scope.roles = data.falvor.roles;
|
$scope.roles = data.flavor.roles;
|
||||||
});
|
});
|
||||||
|
|
||||||
dataService.getServerColumns().success(function(data) {
|
dataService.getServerColumns().success(function(data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user