Skip to content

Commit

Permalink
add orgnization option for virt-who configuration UI page (#863)
Browse files Browse the repository at this point in the history
(cherry picked from commit eb1721a)
  • Loading branch information
yanpliu authored and web-flow committed Jun 30, 2023
1 parent b0d2274 commit 121d5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airgun/views/virtwho_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def is_displayed(self):
class VirtwhoConfigureCreateView(BaseLoggedInView):
breadcrumb = BreadCrumb()
name = TextInput(id='foreman_virt_who_configure_config_name')
organization_id = FilteredDropdown(id='foreman_virt_who_configure_config_organization_id')
interval = FilteredDropdown(id='foreman_virt_who_configure_config_interval')
satellite_url = TextInput(id='foreman_virt_who_configure_config_satellite_url')
hypervisor_id = FilteredDropdown(id='foreman_virt_who_configure_config_hypervisor_id')
Expand Down

0 comments on commit 121d5ca

Please sign in to comment.