Skip to content

Commit

Permalink
Merge pull request ManageIQ#5277 from ZitaNemeckova/add_all_custom_bu…
Browse files Browse the repository at this point in the history
…tton_events_to_cloud_network

Add All Custom Button Events page to Cloud Network
  • Loading branch information
h-kataria authored Feb 26, 2019
2 parents 4fb01d7 + c11b2f2 commit 2b05160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/cloud_network/show.html.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#main_div
- if ["instances", "network_routers", "cloud_subnets", "floating_ips"].include?(@display) && @showtype != "compare"
- if ["instances", "network_routers", "cloud_subnets", "floating_ips", "custom_button_events"].include?(@display) && @showtype != "compare"
= render :partial => "layouts/gtl", :locals => {:action_url => "show/#{@record.id}"}
- elsif @showtype == 'main'
= render :partial => "layouts/textual_groups_generic"

0 comments on commit 2b05160

Please sign in to comment.