Sfoglia il codice sorgente

AMBARI-7610. EC2 : Hosts names not in sorted order in Hosts page even after sorting. (onechiporenko)

Oleg Nechiporenko 10 anni fa
parent
commit
ef1d6988a0
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      ambari-web/app/controllers/main/host.js

+ 2 - 2
ambari-web/app/controllers/main/host.js

@@ -63,7 +63,7 @@ App.MainHostController = Em.ArrayController.extend({
   filterProperties: [
     {
       key: 'publicHostName',
-      alias: 'Hosts/host_name',
+      alias: 'Hosts/public_host_name',
       type: 'MATCH'
     },
     {
@@ -156,7 +156,7 @@ App.MainHostController = Em.ArrayController.extend({
   sortProps: [
     {
       key: 'publicHostName',
-      alias: 'Hosts/host_name'
+      alias: 'Hosts/public_host_name'
     },
     {
       key: 'ip',