You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by pa...@apache.org on 2016/03/18 07:38:06 UTC

ambari git commit: AMBARI-15365. file path spills out of notification panel (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 <pa...@gmail.com>
Authored: Fri Mar 18 12:06:59 2016 +0530
Committer: Pallav Kulshreshtha <pa...@gmail.com>
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 @@
     <div class="list-group">
       {{#each model as |message|}}
         {{#link-to 'messages.message' message class=(alert-message-context-class message.type "list-group-item list-group-item-")}}
-          <h4 class="list-group-item-heading">
+          <h4 class="list-group-item-heading wrap-message">
             {{#fa-stack}}
               {{fa-icon "circle-thin" stack=2}}
               {{fa-icon (alert-message-icon-class message.type) stack=1}}
             {{/fa-stack}}
             {{{message.message}}}</h4>
-          <p class="list-group-item-text">{{shorten-text message.responseMessage shortenLength}}</p>
+          <p class="list-group-item-text wrap-message">{{shorten-text message.responseMessage shortenLength}}</p>
         {{/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 @@
 }}
 
 <div class={{alert-message-context-class model.type "panel panel-"}}>
-  <div class="panel-heading">
+  <div class="panel-heading wrap-message">
     {{#fa-stack size="lg"}}
       {{fa-icon "circle-thin" stack=2}}
       {{fa-icon (alert-message-icon-class model.type) stack=1}}