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/02/06 18:50:49 UTC

git commit: updated refs/heads/master to 9167286

Updated Branches:
  refs/heads/master 64c61c720 -> 916728634


CLOUDSTACK-6044: Primary storage list: truncate long values


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

Branch: refs/heads/master
Commit: 916728634b5d4af359269a41d655466fd628554b
Parents: 64c61c7
Author: Brian Federle <br...@citrix.com>
Authored: Thu Feb 6 09:50:09 2014 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Thu Feb 6 09:50:41 2014 -0800

----------------------------------------------------------------------
 ui/scripts/system.js | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/91672863/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 11dd0ba..ba5746e 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -14885,16 +14885,19 @@
                     section: 'primary-storage',
                     fields: {
                         name: {
-                            label: 'label.name'
+                            label: 'label.name',
+                            truncate: true
                         },
                         ipaddress: {
                             label: 'label.server'
                         },
                         path: {
-                            label: 'label.path'
+                            label: 'label.path',
+                            truncate: true
                         },
                         clustername: {
-                            label: 'label.cluster'
+                            label: 'label.cluster',
+                            truncate: true
                         },
                         scope: {
                             label: 'Scope'