Skip to content

Commit

Permalink
Merge pull request #16648 from h-kataria/fixed_monitor_feature_node
Browse files Browse the repository at this point in the history
Removed redundant "Monitor" main tab node.
(cherry picked from commit 5b2e1b8)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1526047
  • Loading branch information
Dan Clarizio authored and simaishi committed Dec 14, 2017
1 parent 8d5d89b commit 45bb4d0
Showing 1 changed file with 15 additions and 20 deletions.
35 changes: 15 additions & 20 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6509,28 +6509,23 @@
:identifier: physical_infra_topology_view

# Monitor
- :name: Monitor
:description: Everything under Monitor
- :name: Alerts
:description: Alerts
:feature_type: node
:identifier: monitor
:identifier: monitor_alerts
:children:
- :name: Alerts
:description: Alerts
:feature_type: node
:identifier: monitor_alerts
:children:
- :name: Overview
:description: Alerts Overview
:feature_type: view
:identifier: monitor_alerts_overview
- :name: All Alerts
:description: Show Alerts List
:feature_type: view
:identifier: monitor_alerts_list
- :name: Most Recent Alerts
:description: Show Most Recent Alerts
:feature_type: view
:identifier: monitor_alerts_most_recent
- :name: Overview
:description: Alerts Overview
:feature_type: view
:identifier: monitor_alerts_overview
- :name: All Alerts
:description: Show Alerts List
:feature_type: view
:identifier: monitor_alerts_list
- :name: Most Recent Alerts
:description: Show Most Recent Alerts
:feature_type: view
:identifier: monitor_alerts_most_recent

# API
- :name: API
Expand Down

0 comments on commit 45bb4d0

Please sign in to comment.