From d68431f456d0636202b9110b762ccf24bb90b118 Mon Sep 17 00:00:00 2001 From: Gaurav Talreja Date: Tue, 12 Dec 2023 12:35:27 +0530 Subject: [PATCH] Remove LCE field from HostRegisterView (#1069) Signed-off-by: Gaurav Talreja --- airgun/views/host.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/airgun/views/host.py b/airgun/views/host.py index ef047085e..21790e0c1 100644 --- a/airgun/views/host.py +++ b/airgun/views/host.py @@ -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