Repository: ambari Updated Branches: refs/heads/trunk cd3a55783 -> 6fc314414
AMBARI-12879. Warn the user about HDFS Upgrade not finalized in Ambari Web UI (onechiporenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f4286d59 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f4286d59 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f4286d59 Branch: refs/heads/trunk Commit: f4286d596a07f29a53585e59344e311f63f3b780 Parents: cd3a557 Author: Oleg Nechiporenko <[email protected]> Authored: Fri Aug 28 13:08:51 2015 +0300 Committer: Oleg Nechiporenko <[email protected]> Committed: Fri Aug 28 13:08:51 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/templates/application.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f4286d59/ambari-web/app/templates/application.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/application.hbs b/ambari-web/app/templates/application.hbs index 28a36cb..e636e97 100644 --- a/ambari-web/app/templates/application.hbs +++ b/ambari-web/app/templates/application.hbs @@ -142,7 +142,7 @@ </a> </p> {{#if App.router.mainAdminStackAndUpgradeController.isFinalizeItem}} - <p class="span10 alert alert-warning">{{t admin.stackVersions.version.upgrade.notFinalized.warning}}</p> + <p class="span10 alert alert-danger">{{t admin.stackVersions.version.upgrade.notFinalized.warning}}</p> {{/if}} {{/if}} </div>
