Skip to content
New issue

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

interactive target module expects "target_host" but dispays "target_device" #70

Open
jukeks opened this issue Dec 11, 2019 · 1 comment

Comments

@jukeks
Copy link
Contributor

jukeks commented Dec 11, 2019

If "target_host" is set when initializing module "interactive_target", the field with label Device will be empty and not asked.
device-1

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.
device-2

If both are set, it works as intended:
device-3

I'm guessing this should only use "target_device" field.

@mengtan
Copy link
Contributor

mengtan commented Feb 19, 2020

"target_device" field should always be set, it is a label field

  • used as helper if "target_host" is asked
    (for example, can contain format for running remote application on target)
  • used as a name of the device if "target_host" is known
    (an abstract name not necessarily equals to "target_host")

What we can do instead, in the case where "target_host" is set and not "target_device",
is to show the "target_host" value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants