Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-ui/pull/93#discussion_r229344894
--- Diff:
ui-modules/blueprint-composer/app/views/main/graphical/edit/add/add.js ---
@@ -51,8 +52,11 @@ export function GraphicalEditAddController($scope,
$filter, $state, $stateParams
break;
}
- $scope.catalogItemsPerPage = 24;
-
+ if (!$scope.familiesToShow) $scope.familiesToShow = [ $scope.family ];
--- End diff --
I cannot find any reference if this on templates
---