mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 new UI - copy template dialog, copy ISO dialog - make Destination zone required.
This commit is contained in:
parent
a653db3f22
commit
e119615fcb
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue