You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2015/01/29 08:30:29 UTC

ambari git commit: AMBARI-9380 Admin View. Stack Version page. Deregister popup markup is broken. (ababiichuk)

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 <ab...@cybervisiontech.com>
Authored: Wed Jan 28 18:51:22 2015 +0200
Committer: aBabiichuk <ab...@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">&times;</span><span class="sr-only">Close</span></button>')