Sfoglia il codice sorgente

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

Alex Antonenko 10 anni fa
parent
commit
cb8308064b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'
   }),