Repository: ambari
Updated Branches:
  refs/heads/trunk f853f1c76 -> 9571ac8d5


AMBARI-7111 Configs: compare against current should not have cancel/save.  
(ababiichuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9571ac8d
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9571ac8d
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9571ac8d

Branch: refs/heads/trunk
Commit: 9571ac8d530ee9faff884ff72bc5578911f4e104
Parents: f853f1c
Author: aBabiichuk <ababiic...@cybervisiontech.com>
Authored: Tue Sep 2 16:28:08 2014 +0300
Committer: aBabiichuk <ababiic...@cybervisiontech.com>
Committed: Tue Sep 2 16:28:08 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/templates/common/configs/config_history_flow.hbs | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9571ac8d/ambari-web/app/templates/common/configs/config_history_flow.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/common/configs/config_history_flow.hbs 
b/ambari-web/app/templates/common/configs/config_history_flow.hbs
index a4e9f79..014950c 100644
--- a/ambari-web/app/templates/common/configs/config_history_flow.hbs
+++ b/ambari-web/app/templates/common/configs/config_history_flow.hbs
@@ -75,10 +75,6 @@
                   
&nbsp;<strong>{{view.compareServiceVersion.modifiedDate}}</strong>
               </div>
               <div class="pull-right operations-button">
-                  <div {{bindAttr 
class="view.compareServiceVersion.isCurrent::hidden"}}>
-                      <button class="btn" {{action doCancel 
target="controller"}} {{bindAttr disabled="view.isDiscardDisabled"}}>{{t 
common.discard}}</button>
-                      <button class="btn btn-success" {{action save 
target="view"}} {{bindAttr disabled="view.isSaveDisabled"}}>{{t 
common.save}}</button>
-                  </div>
                   <button class="btn btn-success"  {{action revert 
view.serviceVersionsReferences.compare target="view"}} {{bindAttr 
disabled="view.versionActionsDisabled" 
class="view.compareServiceVersion.isCurrent:hidden"}}>{{view.compareServiceVersion.makeCurrentButtonText}}</button>
               </div>
           </div>

Reply via email to