You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/12/17 01:17:22 UTC

git commit: updated refs/heads/master to caba417

Updated Branches:
  refs/heads/master 5e552ec66 -> caba41747


Truncate event type column to prevent wrapping


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

Branch: refs/heads/master
Commit: caba41747dac3071c61c5e3b3def5d845ae7eea3
Parents: 5e552ec
Author: Brian Federle <br...@citrix.com>
Authored: Mon Dec 16 16:16:29 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Dec 16 16:17:13 2013 -0800

----------------------------------------------------------------------
 ui/scripts/events.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/caba4174/ui/scripts/events.js
----------------------------------------------------------------------
diff --git a/ui/scripts/events.js b/ui/scripts/events.js
index fdc496e..2731cb6 100644
--- a/ui/scripts/events.js
+++ b/ui/scripts/events.js
@@ -43,7 +43,8 @@
                             label: 'label.level'
                         },
                         type: {
-                            label: 'Type'
+                            label: 'Type',
+                            truncate: true
                         },
                         domain: {
                             label: 'label.domain'