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