We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9228dbf commit 857f8c1Copy full SHA for 857f8c1
airgun/views/webhook.py
@@ -8,12 +8,12 @@
8
from widgetastic_patternfly4 import Tab
9
10
from airgun.views.common import BaseLoggedInView
11
-from airgun.views.common import SearchableViewMixin
+from airgun.views.common import SearchableViewMixinPF4
12
from airgun.widgets import AutoCompleteTextInput
13
from airgun.widgets import SatTable
14
15
16
-class WebhooksView(BaseLoggedInView, SearchableViewMixin):
+class WebhooksView(BaseLoggedInView, SearchableViewMixinPF4):
17
title = Text("//h1[normalize-space(.)='Webhooks']")
18
new = PF4Button('Create new')
19
table = SatTable(
0 commit comments