Skip to content

Commit

Permalink
Move "Insights" navigation menu items from under "Configure" (#1722)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapaioa authored Feb 5, 2025
1 parent 33a2758 commit 8c97392
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 8c97392

Please sign in to comment.