Skip to content

Commit

Permalink
Merge pull request #903 from jzigmund/bz1435101-missing_pdf_routes
Browse files Browse the repository at this point in the history
Add missing routes for some Network resources
(cherry picked from commit 18297ca)

https://bugzilla.redhat.com/show_bug.cgi?id=1439301
  • Loading branch information
h-kataria authored and simaishi committed Apr 5, 2017
1 parent 8bfcc12 commit 7b15ded
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/routes.rb
Expand Up @@ -1631,6 +1631,7 @@
:get => %w(
edit
download_data
download_summary_pdf
index
new
security_group_form_fields
Expand Down Expand Up @@ -1662,6 +1663,7 @@
:floating_ip => {
:get => %w(
download_data
download_summary_pdf
edit
floating_ip_form_fields
index
Expand Down Expand Up @@ -1762,6 +1764,7 @@
:network_port => {
:get => %w(
download_data
download_summary_pdf
index
show
show_list
Expand Down Expand Up @@ -1792,6 +1795,7 @@
:get => %w(
add_interface_select
download_data
download_summary_pdf
edit
index
network_router_form_fields
Expand Down Expand Up @@ -1831,6 +1835,7 @@
:load_balancer => {
:get => %w(
download_data
download_summary_pdf
index
show
show_list
Expand Down

0 comments on commit 7b15ded

Please sign in to comment.