File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11
11
from widgetastic_patternfly import Button
12
12
from widgetastic_patternfly import Tab
13
13
from widgetastic_patternfly import TabWithDropdown
14
+ from widgetastic_patternfly4 .navigation import Navigation
14
15
from widgetastic_patternfly4 .ouia import Dropdown
15
16
16
17
from airgun .utils import get_widget_by_name
28
29
from airgun .widgets import SatFlashMessages
29
30
from airgun .widgets import SatSubscriptionsTable
30
31
from airgun .widgets import SatTable
31
- from airgun .widgets import SatVerticalNavigation
32
32
from airgun .widgets import Search
33
33
from airgun .widgets import ValidationErrors
34
34
35
35
36
36
class BaseLoggedInView (View ):
37
37
"""Base view for Satellite pages"""
38
38
39
- menu = SatVerticalNavigation (
40
- './/div[@id="vertical-nav" or contains(@class, "nav-pf-vertical")]/ul'
41
- )
39
+ menu = Navigation ("Global" )
42
40
taxonomies = ContextSelector ()
43
41
flash = SatFlashMessages ()
44
42
validations = ValidationErrors ()
You can’t perform that action at this time.
0 commit comments