This is an automated email from the ASF dual-hosted git repository.
ishanbha 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 ee83224 [AMBARI-23626] Progress bar is missing in UI during package
install
ee83224 is described below
commit ee8322485add35d97335ae4c9235d2c177d5af31
Author: Ishan Bhatt <[email protected]>
AuthorDate: Thu Apr 19 10:33:31 2018 -0700
[AMBARI-23626] Progress bar is missing in UI during package install
---
.../app/views/main/admin/stack_upgrade/upgrade_version_box_view.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ambari-web/app/views/main/admin/stack_upgrade/upgrade_version_box_view.js
b/ambari-web/app/views/main/admin/stack_upgrade/upgrade_version_box_view.js
index c0786a3..65189f6 100644
--- a/ambari-web/app/views/main/admin/stack_upgrade/upgrade_version_box_view.js
+++ b/ambari-web/app/views/main/admin/stack_upgrade/upgrade_version_box_view.js
@@ -173,7 +173,7 @@ App.UpgradeVersionBoxView = Em.View.extend({
element.set('action', 'confirmRevertPatchUpgrade');
element.set('actionText', Em.I18n.t('common.revert'));
}
- else if (['INSTALLING', 'CURRENT'].contains(status) &&
!this.get('content.isPatch')) {
+ else if (['INSTALLING', 'CURRENT'].contains(status)) {
element.setProperties(statePropertiesMap[status]);
}
else if (status === 'NOT_REQUIRED') {
--
To stop receiving notification emails like this one, please contact
[email protected].