Repository: ambari Updated Branches: refs/heads/trunk 438980d3a -> c67010d63
AMBARI-9380 Admin View. Stack Version page. Deregister popup markup is broken. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c67010d6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c67010d6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c67010d6 Branch: refs/heads/trunk Commit: c67010d63d507a295d2d016cc8c2263a0b488cff Parents: 438980d Author: aBabiichuk <ababiic...@cybervisiontech.com> Authored: Wed Jan 28 18:51:22 2015 +0200 Committer: aBabiichuk <ababiic...@cybervisiontech.com> Committed: Thu Jan 29 09:30:12 2015 +0200 ---------------------------------------------------------------------- .../src/main/resources/ui/admin-web/app/scripts/services/Alert.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c67010d6/ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/Alert.js ---------------------------------------------------------------------- diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/Alert.js b/ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/Alert.js index e9a1cf1..09a3e2a 100644 --- a/ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/Alert.js +++ b/ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/Alert.js @@ -45,7 +45,7 @@ angular.module('ambariAdminConsole') $(this).remove(); return false; }); - elem.append('<div class="more">'+moreInfo+'</div>'); + elem.append('<div class="more">'+moreInfo.replace(/\./g, '.<wbr />')+'</div>'); } $('<button type="button" class="close"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>')