-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42057/
-----------------------------------------------------------
(Updated Jan. 12, 2016, 4:54 p.m.)
Review request for Ambari, Richard Zang and Yusaku Sako.
Changes
-------
Updated text for tooltip, now will show not required hosts and MM hosts only in
the tooltip
Bugs: AMBARI-14584
https://issues.apache.org/jira/browse/AMBARI-14584
Repository: ambari
Description
-------
The UI sometimes shows misleading information about the counts of hosts that
have the version already installed/uninstalled/total.
In summary, should do the following modification:
1) Show what we have today: Uninstalled, Installed, Current
2) Those add up to the total required (i.e exclude MM and non-HDP hosts) 'cause
once you have 0 Uninstalled, you are ready to Perform Upgrade.
3) On hover of that section of the block, show the full details: # Uninstalled
/ # Maintenance Mode / # Not Required / # Installed / # Current
Diffs (updated)
-----
ambari-web/app/app.js e80f57b
ambari-web/app/messages.js c17b89a
ambari-web/app/models/host_component.js b463c80
ambari-web/app/models/stack_service_component.js ea8e910
ambari-web/app/templates/main/admin/stack_upgrade/upgrade_version_box.hbs
0505289
ambari-web/app/views/main/admin/stack_upgrade/upgrade_version_box_view.js
df588fd
ambari-web/test/views/main/admin/stack_upgrade/upgrade_version_box_view_test.js
5277744
Diff: https://reviews.apache.org/r/42057/diff/
Testing
-------
10292 tests complete (11 seconds)
121 tests pending
Thanks,
Xi Wang