Skip to content

Commit

Permalink
Fix full-screen report view for IE.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Povolny committed Jul 23, 2015
1 parent 3648477 commit 9885f90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/services/request_referer_service.rb
Expand Up @@ -28,6 +28,8 @@ def self.access_whitelisted?(request, controller_name, action_name)
'container_group' => %w(show:id show_list), # http://localhost:3000/container_group/show/400r1
'container_node' => %w(show:id show_list), # http://localhost:3000/container_node/show/400r1
'container_service' => %w(show:id show_list), # http://localhost:3000/container_service/show/400r1
'dashboard' => %w(report_only), # needed for IE (multiple versions)
'report' => %w(report_only), # needed for IE (multiple versions)
}.freeze

ENTRY_POINTS =
Expand Down

0 comments on commit 9885f90

Please sign in to comment.