mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
parent
e84d1d2be4
commit
99d195b734
@ -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