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

[2/2] git commit: AMBARI-4551 Alert count badge and restart indicator issues. (ababiichuk)

AMBARI-4551 Alert count badge and restart indicator issues. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: 2e88be437a6db62a48a52f1db8f1ddf044b2b785
Parents: c9202e2
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Fri Feb 7 14:08:01 2014 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Fri Feb 7 14:10:50 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/styles/application.less              | 4 +++-
 ambari-web/app/templates/main/service/menu_item.hbs | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2e88be43/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 5d7b014..86dc5a4 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -92,6 +92,7 @@ footer {
 
       .operations-count {
         background-color: #006DCC;
+        margin: 2px;
       }
     }
 
@@ -2100,7 +2101,7 @@ width:100%;
         white-space: nowrap;
       }
       .label {
-        padding: 1px 2px 2px 4px;
+        padding: 0 0 0 3px;
       }
     }
 
@@ -3321,6 +3322,7 @@ background: url(	data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByU
 #host-details, #hosts, .services-menu, #serviceConfig{
   .icon-refresh {
     color: @restart-indicator-color;
+    margin-left: 4px;
   }
 }
 .background-operations {

http://git-wip-us.apache.org/repos/asf/ambari/blob/2e88be43/ambari-web/app/templates/main/service/menu_item.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/service/menu_item.hbs b/ambari-web/app/templates/main/service/menu_item.hbs
index 25b21ad..1adb8e5 100644
--- a/ambari-web/app/templates/main/service/menu_item.hbs
+++ b/ambari-web/app/templates/main/service/menu_item.hbs
@@ -24,5 +24,5 @@
       {{view.alertsCount}}
     </span>
   {{/if}}
-  <i rel="tooltip" {{bindAttr class=":icon-refresh :restart-required-service view.content.isRestartRequired::hide" data-original-title="view.restartRequiredMessage"}}></i>
+  <i rel="tooltip" {{bindAttr class=":icon-refresh :restart-required-service view.content.isRestartRequired::hidden" data-original-title="view.restartRequiredMessage"}}></i>
 </a>