From 36017cf968c705eab113d4ec1f176fbdc57f8b3c Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 30 Jan 2012 17:40:13 -0800 Subject: [PATCH] network offering page - change label of isdefault field to be more specific ("created by system") --- ui/scripts/configuration.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index 022470a24a8..14148c60a35 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -1615,8 +1615,8 @@ args.response.success({data: items}); } }, - isdefault: { - label: 'Default', + isdefault: { //created by system by default + label: 'Created by system', converter: cloudStack.converters.toBooleanText }, specifyvlan: {