Browse Source

AMBARI-5561. Need link pointer when hovering over flume agent rows. (akovalenko)

Aleksandr Kovalenko 11 years ago
parent
commit
6ffef4c700

File diff suppressed because it is too large
+ 0 - 0
ambari-web/app/styles/application.less


+ 1 - 1
ambari-web/app/views/main/service/services/flume.js

@@ -52,7 +52,7 @@ App.MainDashboardServiceFlumeView = App.TableView.extend({
   agentView: Em.View.extend({
     content: null,
     tagName: 'tr',
-    classNameBindings: ['selectedClass'],
+    classNameBindings: ['selectedClass', ':agent-row'],
 
     selectedClass: function () {
       return this.get('controller.selectedFlumeAgent.id') === this.get('content.id') ? 'highlight' : '';

Some files were not shown because too many files changed in this diff