You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/02/07 23:35:24 UTC

[1/2] git commit: AMBARI-4563. Minor style tweaks on Host Details page. (yusaku)

Updated Branches:
  refs/heads/trunk dbb625eb3 -> 25d44e52e


AMBARI-4563. Minor style tweaks on Host Details page. (yusaku)


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

Branch: refs/heads/trunk
Commit: 25d44e52e4cc199a405f9cd9aecfe57564d4c0a9
Parents: f221f7f
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Fri Feb 7 14:32:49 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Fri Feb 7 14:33:04 2014 -0800

----------------------------------------------------------------------
 ambari-web/app/templates/main/host/summary.hbs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/25d44e52/ambari-web/app/templates/main/host/summary.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/host/summary.hbs b/ambari-web/app/templates/main/host/summary.hbs
index de4fd8b..dfe6798 100644
--- a/ambari-web/app/templates/main/host/summary.hbs
+++ b/ambari-web/app/templates/main/host/summary.hbs
@@ -28,7 +28,7 @@
           <div class="pull-right span5 row-fluid" style="padding:0 10px;">
             {{#if App.isAdmin}}
               <div class="btn-group pull-right">
-                <button id="add_component" data-toggle="dropdown" {{bindAttr class="view.addComponentDisabled:disabled :btn :btn-info :dropdown-toggle"}}>
+                <button id="add_component" data-toggle="dropdown" {{bindAttr class="view.addComponentDisabled:disabled :btn :dropdown-toggle"}}>
                   <span class="icon-plus"></span>&nbsp;{{t add}}
                 </button>
                 <ul class="dropdown-menu">
@@ -77,7 +77,7 @@
             <div class="span5 row">
               {{#if App.isAdmin}}
                 <div class="btn-group pull-right">
-                  <button id="add_component" data-toggle="dropdown" {{bindAttr class=":btn :btn-info :dropdown-toggle"}}>
+                  <button id="add_component" data-toggle="dropdown" {{bindAttr class=":btn :dropdown-toggle"}}>
                     {{t common.installed}}
                     <span class="caret pull-right"></span>
                   </button>


[2/2] git commit: AMBARI-4561. Falcon Client install task shows up as just "install" rather than "Falcon Client install". (yusaku)

Posted by yu...@apache.org.
AMBARI-4561. Falcon Client install task shows up as just "install" rather than "Falcon Client install". (yusaku)


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

Branch: refs/heads/trunk
Commit: f221f7f8da4121e915c076ad785354c7b2758127
Parents: dbb625e
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Fri Feb 7 14:20:22 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Fri Feb 7 14:33:04 2014 -0800

----------------------------------------------------------------------
 ambari-web/app/utils/helper.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f221f7f8/ambari-web/app/utils/helper.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/helper.js b/ambari-web/app/utils/helper.js
index 85996c5..4399314 100644
--- a/ambari-web/app/utils/helper.js
+++ b/ambari-web/app/utils/helper.js
@@ -137,6 +137,7 @@ App.format = {
     'DECOMMISSION_DATANODE': 'Update Exclude File',
     'DRPC_SERVER': 'DRPC Server',
     'FALCON': 'Falcon',
+    'FALCON_CLIENT': 'Falcon Client',
     'FALCON_SERVER': 'Falcon Server',
     'FALCON_SERVICE_CHECK': 'Falcon Service Check',
     'FLUME_SERVER': 'Flume Agent',