Skip to content

Commit

Permalink
Merge pull request #4739 from h-kataria/fixed_links_on_cloud_dashboard
Browse files Browse the repository at this point in the history
Fixed links for vm/templates to instances/images on cloud dashboard

(cherry picked from commit 0f52053)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1636160
  • Loading branch information
mzazrivec authored and simaishi committed Oct 8, 2018
1 parent b6a3763 commit a66142b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/services/ems_cloud_dashboard_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def attributes_data
attr_url = {
:flavors => "flavors",
:cloud_tenants => "cloud_tenants",
:miq_templates => "miq_templates",
:vms => "vms",
:miq_templates => "images",
:vms => "instances",
:availability_zones => "availability_zones",
:security_groups => "security_groups",
:cloud_networks => "cloud_networks",
Expand Down

0 comments on commit a66142b

Please sign in to comment.