-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42057/
-----------------------------------------------------------
Review request for Ambari, Richard Zang and Yusaku Sako.
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
-----
ambari-web/app/app.js ccf7edb
ambari-web/app/messages.js 214b214
ambari-web/app/models/host_component.js e61822a
ambari-web/app/models/stack_service_component.js b51ed1f
ambari-web/app/templates/main/admin/stack_upgrade/upgrade_version_box.hbs
1bc81c5
ambari-web/app/views/main/admin/stack_upgrade/upgrade_version_box_view.js
2a0b170
ambari-web/test/views/main/admin/stack_upgrade/upgrade_version_box_view_test.js
87a11f8
Diff: https://reviews.apache.org/r/42057/diff/
Testing
-------
10292 tests complete (11 seconds)
121 tests pending
Thanks,
Xi Wang