Skip to content

Commit 2c65344

Browse files
committed
Drop the provider discovery feature from the UI
1 parent bb2e334 commit 2c65344

File tree

18 files changed

+0
-500
lines changed

18 files changed

+0
-500
lines changed

app/controllers/application_controller/ci_processing.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module ApplicationController::CiProcessing
2121
include Mixins::Actions::VmActions::PolicySimulation
2222
include Mixins::Actions::VmActions::Transform
2323

24-
include Mixins::Actions::HostActions::Discover
2524
include Mixins::Actions::HostActions::Power
2625
include Mixins::Actions::HostActions::Misc
2726

app/controllers/mixins/actions/host_actions/discover.rb

Lines changed: 0 additions & 195 deletions
This file was deleted.

app/helpers/application_helper/discover.rb

Lines changed: 0 additions & 31 deletions
This file was deleted.

app/helpers/application_helper/toolbar/ems_infras_center.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ class ApplicationHelper::Toolbar::EmsInfrasCenter < ApplicationHelper::Toolbar::
1616
:confirm => N_("Refresh relationships and power states for all items related to the selected Infrastructure Providers?"),
1717
:enabled => false,
1818
:onwhen => "1+"),
19-
button(
20-
:ems_infra_discover,
21-
'fa fa-search fa-lg',
22-
t = N_('Discover Infrastructure Providers'),
23-
t,
24-
:url => "/discover",
25-
:url_parms => "?discover_type=ems",
26-
:klass => ApplicationHelper::Button::ButtonNewDiscover),
2719
separator,
2820
button(
2921
:ems_infra_new,

app/helpers/application_helper/toolbar/ems_physical_infras_center.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ class ApplicationHelper::Toolbar::EmsPhysicalInfrasCenter < ApplicationHelper::T
1616
:confirm => N_("Refresh relationships and power states for all items related to the selected Physical Infrastructure Providers?"),
1717
:enabled => false,
1818
:onwhen => "1+"),
19-
button(
20-
:ems_physical_infra_discover,
21-
'fa fa-search fa-lg',
22-
t = N_('Discover Physical Infrastructure Providers'),
23-
t,
24-
:url => "/discover",
25-
:url_parms => "?discover_type=ems"),
2619
separator,
2720
button(
2821
:ems_physical_infra_new,

app/helpers/application_helper/views_shared.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module ViewsShared
33
# Methods here are only used from app/views/shared
44
# Other methods from ApplicationHelper might be used from controllers as well.
55
include Dialogs
6-
include Discover
76
include FormTags
87
end
98

app/views/ems_container/discover.html.haml

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/views/ems_infra/discover.html.haml

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/views/ems_physical_infra/discover.html.haml

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)