config/routes.rb in erp_app-3.0.2 vs config/routes.rb in erp_app-3.0.3
- old
+ new
@@ -66,9 +66,12 @@
#configuration_management
match '/desktop/configuration_management/:action' => "desktop/configuration_management/base"
match '/desktop/configuration_management/types/:action' => "desktop/configuration_management/types"
match '/desktop/configuration_management/options/:action' => "desktop/configuration_management/options"
+ #audit_log_view
+ match '/desktop/audit_log_viewer/:action.:format' => 'desktop/audit_log_viewer/base'
+
#widget proxy
match '/widgets/:widget_name/:widget_action/:uuid(/:id)' => "widget_proxy#index", :as => :widget
#shared
match '/shared/configuration/(/:action(/:id(/:category_id)))' => "shared/configuration"