Actions
Bug #35557
closedhost details variables page cant load json
Difficulty:
Triaged:
No
Description
to reproduce:
create an ansible variable with type json and default value {"test":1} and override true
open host details page, ansible, variables tab
result:
error page with this error:
uncaught Error: Objects are not valid as a React child (found: object with keys {test}). If you meant to render a collection of children, use an array instead.
in EditableValue (created by AnsibleVariableOverridesTable)
Actions