From 45bb4d071e666b48dd44daa0bd4549dfe2bb3ee8 Mon Sep 17 00:00:00 2001 From: Dan Clarizio Date: Wed, 13 Dec 2017 09:42:01 -0800 Subject: [PATCH] Merge pull request #16648 from h-kataria/fixed_monitor_feature_node Removed redundant "Monitor" main tab node. (cherry picked from commit 5b2e1b8325a5cee14f4f3e147bba4210d52af20b) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1526047 --- db/fixtures/miq_product_features.yml | 35 ++++++++++++---------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/db/fixtures/miq_product_features.yml b/db/fixtures/miq_product_features.yml index 526c6918b08..6236faf8aee 100644 --- a/db/fixtures/miq_product_features.yml +++ b/db/fixtures/miq_product_features.yml @@ -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