ソースを参照

AMBARI-2169. Going from Hosts page to Host Details page and back should preserve the filters, sort order, and pagination. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1485448 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 年 前
コミット
08db0d9a29
2 ファイル変更4 行追加1 行削除
  1. 3 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/templates/main/host/summary.hbs

+ 3 - 0
CHANGES.txt

@@ -306,6 +306,9 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-2169. Going from Hosts page to Host Details page and back should
+ preserve the filters, sort order, and pagination. (yusaku)
+
  AMBARI-2180. Remove "0.1" stack definition since its never been used and is
  redundant. (mahadev)
 

+ 1 - 1
ambari-web/app/templates/main/host/summary.hbs

@@ -86,7 +86,7 @@
                       {{t common.stop}}
                     </a>
                   </li>
-                  <li {{bindAttr class="view.isStart:hidden: view.isInstallFailed:hidden"}}>
+                  <li {{bindAttr class="view.isStart:hidden: view.isInstallFailed:hidden: view.isDataNodeRecommissionAvailable:hidden"}}>
                     <a href="javascript:void(null)" data-toggle="modal" {{action "startComponent" view.content target="controller"}}>
                       {{t common.start}}
                     </a>