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

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

This commit is contained in:
Sergio Betanzos 2022-07-13 19:12:29 +02:00 committed by GitHub
parent e43bdfd52e
commit 3d515eadbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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