remove placeholdler subhead
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/03d17316 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/03d17316 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/03d17316 Branch: refs/heads/1.0.0-M1 Commit: 03d173160addcc11173ee1e46c2c60ce437c26b1 Parents: 2e2dac4 Author: Alex Heneveld <alex.henev...@cloudsoftcorp.com> Authored: Mon Sep 10 13:46:38 2018 +0100 Committer: Richard Downer <rich...@apache.org> Committed: Tue Sep 11 12:28:05 2018 +0000 ---------------------------------------------------------------------- .../app/components/catalog-selector/catalog-selector.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/03d17316/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js ---------------------------------------------------------------------- diff --git a/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js b/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js index a160635..348d0c0 100644 --- a/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js +++ b/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js @@ -234,7 +234,7 @@ function controller($scope, $element, $q, $uibModal, $log, $templateCache, palet // downstream can override this to insert lines below the header $scope.customSubHeadTemplateName = 'composer-palette-empty-sub-head'; - $templateCache.put($scope.customSubHeadTemplateName, 'xxx'); + $templateCache.put($scope.customSubHeadTemplateName, ''); // allow downstream to configure this controller and/or scope (composerOverrides.configurePaletteController || function() {})(this, $scope, $element);