From e119615fcb75b1a351c1d74330c76b7eae230f94 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Wed, 21 Dec 2011 18:14:58 -0800 Subject: [PATCH] cloudstack 3.0 new UI - copy template dialog, copy ISO dialog - make Destination zone required. --- ui/scripts/templates.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js index f36b90547ec..3d2bfc091fc 100644 --- a/ui/scripts/templates.js +++ b/ui/scripts/templates.js @@ -1011,6 +1011,7 @@ fields: { destinationZoneId: { label: 'Destination zone', + validation: { required: true }, select: function(args) { $.ajax({ url: createURL("listZones&available=true"), @@ -1262,6 +1263,7 @@ fields: { destinationZoneId: { label: 'Destination zone', + validation: { required: true }, select: function(args) { $.ajax({ url: createURL("listZones&available=true"),