This is an automated email from the ASF dual-hosted git repository.
atkach pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 56c5d3a AMBARI-23416 Background Operations: icons have incorrect color
56c5d3a is described below
commit 56c5d3af2691756e4bebcd5eef9516c2ebea3bd3
Author: Andrii Tkach <[email protected]>
AuthorDate: Fri Mar 30 16:58:36 2018 +0300
AMBARI-23416 Background Operations: icons have incorrect color
---
ambari-web/app/styles/application.less | 2 +-
ambari-web/app/styles/hosts.less | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ambari-web/app/styles/application.less
b/ambari-web/app/styles/application.less
index 04348d2..49eef8a 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -667,7 +667,7 @@ a:focus {
}
/*****start styles for install tasks logs*****/
-.task-list-main-wrap, .task-detail-info {
+.task-list-main-wrap, .task-detail-info, .host-progress-popup {
.pending, .queued {
color: #999;
}
diff --git a/ambari-web/app/styles/hosts.less b/ambari-web/app/styles/hosts.less
index 4947e5f..40b10de 100644
--- a/ambari-web/app/styles/hosts.less
+++ b/ambari-web/app/styles/hosts.less
@@ -402,6 +402,9 @@
.host-components {
padding: 10px;
+ .status-icons {
+ width: 70px;
+ }
.component-name-block {
white-space: normal;
word-wrap: break-word;
--
To stop receiving notification emails like this one, please contact
[email protected].