This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git
commit 074923807d5cbdef4717dfca574f77b96265c2aa Author: Alex Heneveld <[email protected]> AuthorDate: Fri Apr 23 18:01:43 2021 +0100 review with thomas - skip the intermediate small "x errors in x entities" step when expanding quick fixes from the graphical editor --- .../blueprint-composer/app/views/main/graphical/graphical.state.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-modules/blueprint-composer/app/views/main/graphical/graphical.state.html b/ui-modules/blueprint-composer/app/views/main/graphical/graphical.state.html index 986279b..b91e673 100644 --- a/ui-modules/blueprint-composer/app/views/main/graphical/graphical.state.html +++ b/ui-modules/blueprint-composer/app/views/main/graphical/graphical.state.html @@ -34,7 +34,7 @@ title="Click to show/hide details of errors" ng-class="{ errorsActive: errorsPane.level }" ng-show="allIssues.errors.count" - ng-click="errorsPane.level = errorsPane.level ? null : 'summary'"> + ng-click="errorsPane.level = errorsPane.level ? null : 'error-errors'"> <i class="fa fa-fw fa-times-circle"></i> {{ allIssues.errors.count }} </a> <a class="hand list-group-item warning-square"
