Skip to content

Commit

Permalink
Remove LCE field from HostRegisterView (SatelliteQE#1069)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored Dec 12, 2023
1 parent 2f635ac commit d68431f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airgun/views/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,10 +538,8 @@ class advanced(Tab):
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')
life_cycle_env = FormSelect('reg-katello-lce')
ignore_error = Checkbox(id='reg_katello_ignore')
force = Checkbox(id='reg_katello_force')
life_cycle_env_helper = Text("//div[@id='reg_katello_lce-helper']")
install_packages_helper = Text("//div[@id='reg_packages-helper']")

@property
Expand Down

0 comments on commit d68431f

Please sign in to comment.