瀏覽代碼

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'
   }),