mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-25 02:50:08 +03:00
parent
e6652586a5
commit
cfdcc107e2
@ -62,7 +62,7 @@ const Steps = createSteps(
|
||||
}
|
||||
|
||||
// add user inputs to context
|
||||
const userInputsNames = Object.keys(USER_INPUTS).forEach(name => {
|
||||
Object.keys(USER_INPUTS).forEach(name => {
|
||||
const upperName = String(name).toUpperCase()
|
||||
context[upperName] = `$${upperName}`
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user