From 7e0d3bf213bf973837c7e77e457ac4dd725a9675 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 11 Jan 2012 11:21:47 -0800 Subject: [PATCH] cloudstack 3.0 new UI - Primary Storage page - list view - add server IP, remove pod name and cluster name. --- ui/scripts/system.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 314d353f25b..fe9bfff5860 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -5495,8 +5495,7 @@ section: 'primary-storage', fields: { name: { label: 'Name' }, - podname: { label: 'Pod' }, - clustername: { label: 'Cluster' }, + ipaddress: { label: 'Server' }, path: { label: 'Path' } },