Skip to content

Commit

Permalink
Move "Insights" navigation menu items from under "Configure" to its o…
Browse files Browse the repository at this point in the history
…wn top-level entry
  • Loading branch information
tpapaioa committed Jan 30, 2025
1 parent e17a99c commit a53dc04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions airgun/entities/cloud_insights.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class SaveCloudTokenView(NavigateStep):

@retry_navigation
def step(self, *args, **kwargs):
self.view.menu.select('Configure', 'Insights')
self.view.menu.select('Insights')


@navigator.register(CloudInsightsEntity, 'All')
Expand All @@ -68,4 +68,4 @@ class ShowCloudInsightsView(NavigateStep):

@retry_navigation
def step(self, *args, **kwargs):
self.view.menu.select('Configure', 'Insights', 'Recommendations')
self.view.menu.select('Insights', 'Recommendations')
2 changes: 1 addition & 1 deletion airgun/entities/cloud_inventory.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ class ShowCloudInventoryListView(NavigateStep):

@retry_navigation
def step(self, *args, **kwargs):
self.view.menu.select('Configure', 'Insights', 'Inventory Upload')
self.view.menu.select('Insights', 'Inventory Upload')

0 comments on commit a53dc04

Please sign in to comment.