Skip to content

Commit

Permalink
Add Datawarehouse and Monitor Alerts to Start Page shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
GregP authored and d-m-u committed Jun 6, 2018
1 parent 7c19716 commit 1430c5e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions db/fixtures/miq_shortcuts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
:url: /alert/show_list
:rbac_feature_name: rss
:startup: true
- :name: consumption
:description: Consumption / Dashboard
:url: /consumption/show
:rbac_feature_name: consumption
:startup: true
- :name: services
:description: Services / My Services
:url: /service/explorer
Expand Down Expand Up @@ -354,6 +359,11 @@
:url: /middleware_topology
:rbac_feature_name: middleware_topology_view
:startup: true
- :name: ems_datawarehouse
:description: Datawarehouse / Providers
:url: /ems_datawarehouse
:rbac_feature_name: ems_datawarehouse_show_list
:startup: true
- :name: ems_block_storage
:description: Storage / Block Storage / Managers
:url: /ems_block_storage/show_list
Expand Down Expand Up @@ -484,3 +494,18 @@
:url: /miq_capacity/bottlenecks
:rbac_feature_name: bottlenecks
:startup: true
- :name: monitor_alerts_overview
:description: Monitor / Alerts / Overview
:url: /alerts_overview
:rbac_feature_name: monitor_alerts_overview
:startup: true
- :name: monitor_alerts_list
:description: Monitor / Alerts / All Alerts
:url: /alerts_list
:rbac_feature_name: monitor_alerts_list
:startup: true
- :name: monitor_alerts_most_recent
:description: Monitor / Alerts / Most Recent Alerts
:url: /alerts_most_recent
:rbac_feature_name: monitor_alerts_most_recent
:startup: true

0 comments on commit 1430c5e

Please sign in to comment.