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

M #~: Minor fix to create marketapp form (#2213)

This commit is contained in:
Sergio Betanzos 2022-07-01 15:05:04 +02:00 committed by GitHub
parent 25b26bb2e4
commit 33e7b21e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ const TYPE = {
/** @type {Field} App name field */
const NAME = {
name: 'name',
name: 'vmname',
label: T.Name,
type: INPUT_TYPES.TEXT,
validation: string()