cloudstack 3.0 new UI - copy template dialog, copy ISO dialog - make Destination zone required.

This commit is contained in:
Jessica Wang 2011-12-21 18:14:58 -08:00
parent a653db3f22
commit e119615fcb
1 changed files with 2 additions and 0 deletions

View File

@ -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"),