Skip to content

Commit 857f8c1

Browse files
authored
Use PF4 Search in Webhooks (#914)
1 parent 9228dbf commit 857f8c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

airgun/views/webhook.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
from widgetastic_patternfly4 import Tab
99

1010
from airgun.views.common import BaseLoggedInView
11-
from airgun.views.common import SearchableViewMixin
11+
from airgun.views.common import SearchableViewMixinPF4
1212
from airgun.widgets import AutoCompleteTextInput
1313
from airgun.widgets import SatTable
1414

1515

16-
class WebhooksView(BaseLoggedInView, SearchableViewMixin):
16+
class WebhooksView(BaseLoggedInView, SearchableViewMixinPF4):
1717
title = Text("//h1[normalize-space(.)='Webhooks']")
1818
new = PF4Button('Create new')
1919
table = SatTable(

0 commit comments

Comments
 (0)