Skip to content

Commit

Permalink
Add missing routes to compare managed VMs of a Datastore
Browse files Browse the repository at this point in the history
  • Loading branch information
hstastna committed Jul 25, 2019
1 parent d5f9004 commit a954425
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/routes.rb
Expand Up @@ -2889,7 +2889,8 @@
vm_ram_files
vm_misc_files
x_show
),
) +
compare_get,
:post => %w(
accordion_select
button
Expand Down Expand Up @@ -2922,6 +2923,7 @@
x_show
) +
adv_search_post +
compare_post +
dialog_runner_post +
exp_post +
save_post +
Expand Down

0 comments on commit a954425

Please sign in to comment.