Просмотр исходного кода

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

Alex Antonenko 10 лет назад
Родитель
Сommit
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'
   }),