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

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

(cherry picked from commit 33e7b21e9cabd7a907d83ccde008a1be53deb2e4)
This commit is contained in:
Sergio Betanzos 2022-07-01 15:05:04 +02:00 committed by Tino Vazquez
parent 7e0d40d320
commit a7c27a2bc0

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()