Fix typo on flavor

Change-Id: Id94c40a347e5e60ac8038f7e6989dff1411144d3
This commit is contained in:
Weidong Shao 2014-08-30 01:25:16 +00:00
parent 8f7b861f67
commit 3a0ced4cc1

View File

@ -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) {