ソースを参照

AMBARI-11241. Wrong service order when sorting on the allerts page (alexantonenko)

Alex Antonenko 10 年 前
コミット
cb8308064b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      ambari-web/app/views/main/alert_definitions_view.js

+ 1 - 1
ambari-web/app/views/main/alert_definitions_view.js

@@ -144,7 +144,7 @@ App.MainAlertDefinitionsView = App.TableView.extend({
    */
   serviceSort: sort.fieldView.extend({
     column: 3,
-    name: 'service.serviceName',
+    name: 'serviceDisplayName',
     displayName: Em.I18n.t('common.service'),
     type: 'string'
   }),