ambari git commit: AMBARI-15365. file path spills out of notification panel (pallavkul)

2016-03-19 Thread pallavkul
Repository: ambari
Updated Branches:
  refs/heads/trunk b663dbe1b -> e9e1556f6


AMBARI-15365. file path spills out of notification panel (pallavkul)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e9e1556f
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e9e1556f
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e9e1556f

Branch: refs/heads/trunk
Commit: e9e1556f6c26c06095d18da84bf9e13a958bd3c1
Parents: b663dbe
Author: Pallav Kulshreshtha 
Authored: Fri Mar 18 12:06:59 2016 +0530
Committer: Pallav Kulshreshtha 
Committed: Fri Mar 18 12:12:33 2016 +0530

--
 .../views/files/src/main/resources/ui/app/templates/messages.hbs | 4 ++--
 .../src/main/resources/ui/app/templates/messages/message.hbs | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/e9e1556f/contrib/views/files/src/main/resources/ui/app/templates/messages.hbs
--
diff --git 
a/contrib/views/files/src/main/resources/ui/app/templates/messages.hbs 
b/contrib/views/files/src/main/resources/ui/app/templates/messages.hbs
index 8b6c685..ac5d983 100644
--- a/contrib/views/files/src/main/resources/ui/app/templates/messages.hbs
+++ b/contrib/views/files/src/main/resources/ui/app/templates/messages.hbs
@@ -31,13 +31,13 @@
 
   {{#each model as |message|}}
 {{#link-to 'messages.message' message 
class=(alert-message-context-class message.type "list-group-item 
list-group-item-")}}
-  
+  
 {{#fa-stack}}
   {{fa-icon "circle-thin" stack=2}}
   {{fa-icon (alert-message-icon-class message.type) stack=1}}
 {{/fa-stack}}
 {{{message.message}}}
-  {{shorten-text 
message.responseMessage shortenLength}}
+  {{shorten-text 
message.responseMessage shortenLength}}
 {{/link-to}}
   {{else}}
 No messages present

http://git-wip-us.apache.org/repos/asf/ambari/blob/e9e1556f/contrib/views/files/src/main/resources/ui/app/templates/messages/message.hbs
--
diff --git 
a/contrib/views/files/src/main/resources/ui/app/templates/messages/message.hbs 
b/contrib/views/files/src/main/resources/ui/app/templates/messages/message.hbs
index e3eacec..0c69d58 100644
--- 
a/contrib/views/files/src/main/resources/ui/app/templates/messages/message.hbs
+++ 
b/contrib/views/files/src/main/resources/ui/app/templates/messages/message.hbs
@@ -17,7 +17,7 @@
 }}
 
 
-  
+  
 {{#fa-stack size="lg"}}
   {{fa-icon "circle-thin" stack=2}}
   {{fa-icon (alert-message-icon-class model.type) stack=1}}



ambari git commit: AMBARI-15365. file path spills out of notification panel (pallavkul)

2016-03-18 Thread pallavkul
Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 e3a673f74 -> 3cfea2267


AMBARI-15365. file path spills out of notification panel (pallavkul)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3cfea226
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3cfea226
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3cfea226

Branch: refs/heads/branch-2.2
Commit: 3cfea226791b27d281ffee5eb582927a09576468
Parents: e3a673f
Author: Pallav Kulshreshtha 
Authored: Fri Mar 18 12:06:59 2016 +0530
Committer: Pallav Kulshreshtha 
Committed: Fri Mar 18 12:06:59 2016 +0530

--
 .../views/files/src/main/resources/ui/app/templates/messages.hbs | 4 ++--
 .../src/main/resources/ui/app/templates/messages/message.hbs | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/3cfea226/contrib/views/files/src/main/resources/ui/app/templates/messages.hbs
--
diff --git 
a/contrib/views/files/src/main/resources/ui/app/templates/messages.hbs 
b/contrib/views/files/src/main/resources/ui/app/templates/messages.hbs
index 8b6c685..ac5d983 100644
--- a/contrib/views/files/src/main/resources/ui/app/templates/messages.hbs
+++ b/contrib/views/files/src/main/resources/ui/app/templates/messages.hbs
@@ -31,13 +31,13 @@
 
   {{#each model as |message|}}
 {{#link-to 'messages.message' message 
class=(alert-message-context-class message.type "list-group-item 
list-group-item-")}}
-  
+  
 {{#fa-stack}}
   {{fa-icon "circle-thin" stack=2}}
   {{fa-icon (alert-message-icon-class message.type) stack=1}}
 {{/fa-stack}}
 {{{message.message}}}
-  {{shorten-text 
message.responseMessage shortenLength}}
+  {{shorten-text 
message.responseMessage shortenLength}}
 {{/link-to}}
   {{else}}
 No messages present

http://git-wip-us.apache.org/repos/asf/ambari/blob/3cfea226/contrib/views/files/src/main/resources/ui/app/templates/messages/message.hbs
--
diff --git 
a/contrib/views/files/src/main/resources/ui/app/templates/messages/message.hbs 
b/contrib/views/files/src/main/resources/ui/app/templates/messages/message.hbs
index e3eacec..0c69d58 100644
--- 
a/contrib/views/files/src/main/resources/ui/app/templates/messages/message.hbs
+++ 
b/contrib/views/files/src/main/resources/ui/app/templates/messages/message.hbs
@@ -17,7 +17,7 @@
 }}
 
 
-  
+  
 {{#fa-stack size="lg"}}
   {{fa-icon "circle-thin" stack=2}}
   {{fa-icon (alert-message-icon-class model.type) stack=1}}