Created attachment 1622579 [details] production.log stacktrace Description of problem: If not reproducable I can send appliance IP/credentials. Version-Release number of selected component (if applicable): 5.11.0.26 How reproducible: Always Steps to Reproduce: 1. Have azure provider with somehow associated network port to load balancer.(I couldn't find any associations in Azure UI except it's in same subnet.) 2. Go to Details of Network Port 3. Actual results: UI crashes. production.log stacktrace as attachment Expected results: Additional info:
This looks like a UI issue not a providers issue
https://github.com/ManageIQ/manageiq-ui-classic/pull/6277
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/09231fa4c03d2f45ed8b191ea12ab717ef00738f commit 09231fa4c03d2f45ed8b191ea12ab717ef00738f Author: Harpreet Kataria <hkataria> AuthorDate: Mon Oct 7 11:02:16 2019 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Mon Oct 7 11:02:16 2019 -0400 Fix loading of Network Port details screen When Network Port has a device of type LoadBalancer, loading of details screen throws a missing route error because LoadBalancer views no longer exist in UI. This change shows LoadBalancer information as a static name instead of a link. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1758593 app/helpers/network_port_helper/textual_summary.rb | 2 + spec/shared/controllers/shared_network_manager_context.rb | 10 + 2 files changed, 12 insertions(+)