소스 검색

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

Oleg Nechiporenko 10 년 전
부모
커밋
ef1d6988a0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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',