Skip to content

Commit

Permalink
Fix OUID for rex_pull_mode in host registration (#1440)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored Jun 24, 2024
1 parent a6238d7 commit b588564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ class advanced(Tab):
repository_gpg_key_url = TextInput(id='reg_gpg_key_url')
token_life_time = TextInput(id='reg_token_life_time_input')
rex_interface = TextInput(id='reg_rex_interface_input')
rex_pull_mode = FormSelect('OUIA-Generated-FormSelect-default-8')
rex_pull_mode = FormSelect('registration_setup_remote_execution_pull')
ignore_error = Checkbox(id='reg_katello_ignore')
force = Checkbox(id='reg_katello_force')
install_packages_helper = Text("//div[@id='reg_packages-helper']")
Expand Down

0 comments on commit b588564

Please sign in to comment.