From 803c1903e226f95b8db37ac8e777394d800202b6 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 26 Aug 2014 19:06:51 +0600 Subject: [PATCH] SONAR-4407 Refactor the libraries page in order to drop GWT Feedback applied --- server/sonar-web/src/main/coffee/libraries/view.coffee | 2 +- server/sonar-web/src/main/hbs/libraries/libraries.hbs | 4 ++-- server/sonar-web/src/main/less/icons.less | 1 + server/sonar-web/src/main/less/libraries.less | 8 ++++---- .../webapp/WEB-INF/app/views/dependencies/index.html.erb | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/server/sonar-web/src/main/coffee/libraries/view.coffee b/server/sonar-web/src/main/coffee/libraries/view.coffee index 6e14ed82df6..90ca0673ec1 100644 --- a/server/sonar-web/src/main/coffee/libraries/view.coffee +++ b/server/sonar-web/src/main/coffee/libraries/view.coffee @@ -24,7 +24,7 @@ define [ 'change .js-test-libraries': 'toggleTestLibraries' 'click @ui.collapseAll': 'collapseAll' 'click @ui.expandAll': 'expandAll' - 'click .libraries-tree-with-subtree > .libraries-tree-name': 'toggleSubTree' + 'click .libraries-tree-with-subtree > a': 'toggleSubTree' onRender: -> diff --git a/server/sonar-web/src/main/hbs/libraries/libraries.hbs b/server/sonar-web/src/main/hbs/libraries/libraries.hbs index 1222cf102f9..5b050215262 100644 --- a/server/sonar-web/src/main/hbs/libraries/libraries.hbs +++ b/server/sonar-web/src/main/hbs/libraries/libraries.hbs @@ -32,9 +32,9 @@