Project

General

Profile

« Previous | Next » 

Revision 459e0feb

Added by Paul Kelly almost 14 years ago

  • ID 459e0feb5c15f2ff8c175e2d46e372b4d83c6a4c

Fixes #249 - Remove AS from reports

Added a searchbar for hostname, reporting period and the type of report.

View differences:

config/routes.rb
map.resources :usergroups
map.root :controller => "hosts"
map.resources :reports
map.connect "node/:name", :controller => 'hosts', :action => 'externalNodes',
:requirements => { :name => /[^\.][\w\.-]+/ }
map.connect "/hosts/query", :controller => 'hosts', :action => 'query'
......
map.audit '/audit', :controller => 'audit'
map.statistics '/statistics', :controller => 'statistics'
map.settings '/settings', :controller => 'home', :action => 'settings'
map.connect "/reports/expire_reports", :controller => "reports", :action => "expire_reports"
map.connect "/reports/expire_good_reports", :controller => "reports", :action => "expire_good_reports"
map.resources :reports, :active_scaffold => true
map.resources :lookup_keys
map.connect "/lookup", :controller => "lookup_keys", :action => "q"
map.resources :domains

Also available in: Unified diff