diff --git a/packages/grid_client/src/modules/models.ts b/packages/grid_client/src/modules/models.ts index 7c7d83766a..7c23158a44 100644 --- a/packages/grid_client/src/modules/models.ts +++ b/packages/grid_client/src/modules/models.ts @@ -340,7 +340,7 @@ class GetServiceContractModel { @Expose() @IsInt() @Min(1) serviceId: number; } class NameContractGetModel { - @Expose() @IsString() @IsNotEmpty() @IsAlphanumeric() @MaxLength(NameLength) name: string; + @Expose() @IsString() @IsNotEmpty() @IsAlphanumeric() @MaxLength(NameLength + 20) name: string; } class NodeContractUpdateModel { diff --git a/packages/playground/src/components/manage_gateway_dialog.vue b/packages/playground/src/components/manage_gateway_dialog.vue index 191a9ab769..e69d18a825 100644 --- a/packages/playground/src/components/manage_gateway_dialog.vue +++ b/packages/playground/src/components/manage_gateway_dialog.vue @@ -90,15 +90,7 @@ no-data-text="No domains attached to this virtual machine." >