diff --git a/airgun/views/http_proxy.py b/airgun/views/http_proxy.py index af1d86134..3f1ea696e 100644 --- a/airgun/views/http_proxy.py +++ b/airgun/views/http_proxy.py @@ -1,4 +1,4 @@ -from widgetastic.widget import Table, Text, TextInput, View +from widgetastic.widget import Checkbox, Table, Text, TextInput, View from widgetastic_patternfly import BreadCrumb from airgun.views.common import BaseLoggedInView, SatTab, SearchableViewMixin @@ -46,6 +46,7 @@ class http_proxy(SatTab): password = TextInput(id='http_proxy_password') test_url = TextInput(id='http_proxy_test_url') test_connection = Text('//a[@id="test_connection_button"]') + default_content_http_proxy = Checkbox(id='http_proxy_default_content') @View.nested class locations(SatTab):