Author: yusaku
Date: Fri Jan 11 03:10:51 2013
New Revision: 1431847
URL: http://svn.apache.org/viewvc?rev=1431847&view=rev
Log:
AMBARI-1156. Dashboard > HDFS pie chart should hover with details. (yusaku)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/templates/main/dashboard/service/hdfs.hbs
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1431847&r1=1431846&r2=1431847&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Fri Jan 11 03:10:51 2013
@@ -469,6 +469,8 @@ AMBARI-666 branch (unreleased changes)
IMPROVEMENTS
+ AMBARI-1156. Dashboard > HDFS pie chart should hover with details. (yusaku)
+
AMBARI-1154. The check boxes to check/uncheck one of the members in a multi
artifact graphs is not very readable. It should be more apparent on which
one the user clicked on. (yusaku)
Modified:
incubator/ambari/trunk/ambari-web/app/templates/main/dashboard/service/hdfs.hbs
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/templates/main/dashboard/service/hdfs.hbs?rev=1431847&r1=1431846&r2=1431847&view=diff
==============================================================================
---
incubator/ambari/trunk/ambari-web/app/templates/main/dashboard/service/hdfs.hbs
(original)
+++
incubator/ambari/trunk/ambari-web/app/templates/main/dashboard/service/hdfs.hbs
Fri Jan 11 03:10:51 2013
@@ -141,7 +141,9 @@
</table>
</div>
<div class="dashboard-mini-chart span2">
- {{view view.Chart serviceBinding="view.service"}}
+ <div {{bindAttr title="view.capacity"}}>
+ {{view view.Chart serviceBinding="view.service"}}
+ </div>
<div class="chartLabel">{{t dashboard.services.hdfs.chart.label}}</div>
{{#if view.service.quickLinks.length}}
{{#view App.QuickViewLinks contentBinding="view.service"}}