Updated Branches: refs/heads/trunk 2234d389a -> ed10eed47
AMBARI-2611. Count of alerts filter wrapped in Hosts page. (Andrii Tkach via yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/ed10eed4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/ed10eed4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/ed10eed4 Branch: refs/heads/trunk Commit: ed10eed47180f892c44ddbf2bf7fb0095886a0a3 Parents: 2234d38 Author: Yusaku Sako <[email protected]> Authored: Wed Jul 10 11:36:35 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Wed Jul 10 11:36:35 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/ed10eed4/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 5f07c5c..9394667 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -2411,7 +2411,7 @@ table.graphs { .health-status-bar { font-size: 14px; margin-left: 0; - width: 650px; + min-width: 790px; .active a { text-decoration: none; color: #000000;
