From 916728634b5d4af359269a41d655466fd628554b Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 6 Feb 2014 09:50:09 -0800 Subject: [PATCH] CLOUDSTACK-6044: Primary storage list: truncate long values --- ui/scripts/system.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 11dd0baa162..ba5746e10a9 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'