Fix subnet creation problem
Change-Id: I6868f7ab782160ee6a400482c13b53193e2809f2
This commit is contained in:
parent
3b68a58fa1
commit
00fc751fce
@ -279,6 +279,7 @@ var ModalInstanceCtrl = function($scope, $modalInstance, allAdapters, cluster) {
|
||||
angular.forEach($scope.allAdapters, function(adapter) {
|
||||
if (adapter.id == $scope.cluster.adapter.id) {
|
||||
$scope.supported_oses = adapter.supported_oses;
|
||||
$scope.flavors = adapter.flavors;
|
||||
}
|
||||
})
|
||||
};
|
||||
|
@ -44,7 +44,7 @@
|
||||
|
||||
<li class="transparent">
|
||||
<a ui-sref="serverList">
|
||||
Discovered Servers
|
||||
Servers
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user