From 786bb157a1f43fd72fee28e5b2ca5222042fd290 Mon Sep 17 00:00:00 2001 From: felipedf Date: Thu, 7 Jun 2018 10:57:50 -0300 Subject: [PATCH] Fix menu selection when on physical infra topology view --- app/controllers/physical_infra_topology_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/physical_infra_topology_controller.rb b/app/controllers/physical_infra_topology_controller.rb index b7e7e8f8dc7..ba2bf2add4e 100644 --- a/app/controllers/physical_infra_topology_controller.rb +++ b/app/controllers/physical_infra_topology_controller.rb @@ -2,5 +2,5 @@ class PhysicalInfraTopologyController < TopologyController @layout = "physical_infra_topology" @service_class = PhysicalInfraTopologyService - menu_section :inf + menu_section :phy end