1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #~: Add attribute to vn mad field (#2231)

(cherry picked from commit 3d515eadbe5087a2e59008fa6ebea81f0862bb15)
This commit is contained in:
Sergio Betanzos 2022-07-13 19:12:29 +02:00 committed by Tino Vazquez
parent 1eb17ff88d
commit 4729f8835b
No known key found for this signature in database
GPG Key ID: 14201E424D02047E

View File

@ -87,6 +87,7 @@ export const DRIVER_FIELD = {
.required()
.default(() => drivers[0]),
grid: { md: 12 },
notNull: true,
}
/**