瀏覽代碼

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

Aleksandr Kovalenko 11 年之前
父節點
當前提交
6ffef4c700
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 0 0
      ambari-web/app/styles/application.less
  2. 1 1
      ambari-web/app/views/main/service/services/flume.js

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