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:16:46 UTC

git commit: updated refs/heads/4.3 to 260a6c6

Updated Branches:
  refs/heads/4.3 5f340aa45 -> 260a6c630


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/260a6c63
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/260a6c63
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/260a6c63

Branch: refs/heads/4.3
Commit: 260a6c630d36d32dc52aa87c3b27a20a387084ae
Parents: 5f340aa
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:16:29 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/260a6c63/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'