Skip to content

Commit

Permalink
Use PF4 Search in Webhooks (#914)
Browse files Browse the repository at this point in the history
(cherry picked from commit 857f8c1)
  • Loading branch information
lhellebr authored and web-flow committed Aug 11, 2023
1 parent 5e63dac commit fcc9114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airgun/views/webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
from widgetastic_patternfly4 import Tab

from airgun.views.common import BaseLoggedInView
from airgun.views.common import SearchableViewMixin
from airgun.views.common import SearchableViewMixinPF4
from airgun.widgets import AutoCompleteTextInput
from airgun.widgets import SatTable


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

0 comments on commit fcc9114

Please sign in to comment.