Skip to content

Commit

Permalink
Remove monitoring code
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilkr128 committed May 9, 2023
1 parent c11dc20 commit c5f09f3
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 2,089 deletions.
54 changes: 0 additions & 54 deletions app/controllers/alerts_list_controller.rb

This file was deleted.

42 changes: 0 additions & 42 deletions app/controllers/alerts_overview_controller.rb

This file was deleted.

6 changes: 0 additions & 6 deletions app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,6 @@ def show_taskbar_in_header?
miq_ae_tools
miq_policy_export
miq_policy_rsop
monitor_alerts_list
monitor_alerts_overview
ops
pxe
report
Expand Down Expand Up @@ -1032,8 +1030,6 @@ def pdf_page_size_style
auth_key_pair_cloud
automation_manager_configured_system
availability_zone
alerts_overview
alerts_list
cloud_database
cloud_network
cloud_object_store_container
Expand Down Expand Up @@ -1086,8 +1082,6 @@ def pdf_page_size_style
manageiq/providers/embedded_automation_manager/configuration_script_source
miq_schedule
miq_template
monitor_alerts_overview
monitor_alerts_list
network_port
network_router
network_service
Expand Down
5 changes: 1 addition & 4 deletions app/helpers/application_helper/page_layouts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def layout_uses_listnav?
miq_policy_export
miq_policy_logs
miq_policy_set
monitor_alerts_overview
monitor_alerts_list
my_tasks
ops
physical_infra_overview
Expand Down Expand Up @@ -100,8 +98,7 @@ def layout_uses_tabs?
return false if %w[login authenticate auth_error].include?(controller.action_name)

layout = case @layout
when 'container_dashboard', 'dashboard', 'ems_infra_dashboard', 'exception', 'physical_infra_overview',
'monitor_alerts_list', 'monitor_alerts_overview'
when 'container_dashboard', 'dashboard', 'ems_infra_dashboard', 'exception', 'physical_infra_overview'
false
when 'report'
!%w[new create edit copy update explorer].include?(controller.action_name)
Expand Down
4 changes: 0 additions & 4 deletions app/helpers/application_helper/title.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ def title_from_layout(layout)
_("Hosts")
when "miq_server"
_("Servers")
when "monitor_alerts_list"
_("Monitor Alerts")
when "monitor_alerts_overview"
_("Monitor Alerts Overview")
when "services"
_("Services")
when "usage"
Expand Down
132 changes: 0 additions & 132 deletions app/javascript/oldjs/controllers/alerts/alerts_list_controller.js

This file was deleted.

Loading

0 comments on commit c5f09f3

Please sign in to comment.