From 70fa9f0188fd8d954aebb04155f515d2ab6c9610 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Thu, 8 Mar 2012 15:05:46 -0800 Subject: [PATCH] bug 14206: ISO page - listView - show name instead of description. --- ui/scripts/templates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index e46219809bc..eb871c99043 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -680,7 +680,7 @@ community: { label: 'label.community' } }, fields: { - displaytext: { label: 'label.name' }, + name: { label: 'label.name' }, zonename: { label: 'label.zone' } },