We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If "target_host" is set when initializing module "interactive_target", the field with label Device will be empty and not asked.
"target_host"
"interactive_target"
If "target_device" is set, the field with label Device will be empty asked and there will be another field without a label with the value.
"target_device"
If both are set, it works as intended:
I'm guessing this should only use "target_device" field.
The text was updated successfully, but these errors were encountered:
"target_device" field should always be set, it is a label field
What we can do instead, in the case where "target_host" is set and not "target_device", is to show the "target_host" value.
Sorry, something went wrong.
No branches or pull requests
If
"target_host"
is set when initializing module"interactive_target"
, the field with label Device will be empty and not asked.If
"target_device"
is set, the field with label Device will be empty asked and there will be another field without a label with the value.If both are set, it works as intended:
I'm guessing this should only use
"target_device"
field.The text was updated successfully, but these errors were encountered: