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 2014/03/25 23:50:33 UTC

git commit: updated refs/heads/master to 93a2340

Repository: cloudstack
Updated Branches:
  refs/heads/master b14164152 -> 93a234051


Instances UI: Truncate name, displayname fields to prevent overflow


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

Branch: refs/heads/master
Commit: 93a2340516593d6e47e2b497183c5f176b82e956
Parents: b141641
Author: Brian Federle <br...@citrix.com>
Authored: Tue Mar 25 15:49:07 2014 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Mar 25 15:49:07 2014 -0700

----------------------------------------------------------------------
 ui/scripts/instances.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/93a23405/ui/scripts/instances.js
----------------------------------------------------------------------
diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js
index cc69b00..d219e6d 100644
--- a/ui/scripts/instances.js
+++ b/ui/scripts/instances.js
@@ -148,13 +148,15 @@
             },
             fields: {
                 name: {
-                    label: 'label.name'
+                    label: 'label.name',
+                    truncate: true
                 },
                 instancename: {
                     label: 'label.internal.name'
                 },
                 displayname: {
-                    label: 'label.display.name'
+                    label: 'label.display.name',
+                    truncate: true
                 },
                 zonename: {
                     label: 'label.zone.name'