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