You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Role should be selectable when try to start the Perform Device Onboarding job
Observed Behavior
The avaliable items in the Role input field is empty.
I checked the database content and it looks right to me. At least the "egde-switch" should be selectable.
In [1]: role = Role.objects.get(name="edge-switch")
In [2]: role.name
Out[2]: 'edge-switch'
In [3]: ctyp = role.content_types.all()
In [4]: ctyp[0]
Out[4]: <ContentType: dcim | device>
Steps to Reproduce
Start Onboarding Job
Select a Role
The text was updated successfully, but these errors were encountered:
Environment
Expected Behavior
The Role should be selectable when try to start the Perform Device Onboarding job
Observed Behavior
The avaliable items in the Role input field is empty.
I checked the database content and it looks right to me. At least the "egde-switch" should be selectable.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: