Project

General

Profile

« Previous | Next » 

Revision c3829ef8

Added by Ohad Levy over 12 years ago

  • ID c3829ef8e0fe39079e48c139fcebc1ad278aeaeb

fixes #792 - Dashboard should be default view

View differences:

config/routes.rb
ActionController::Routing::Routes.draw do |map|
map.root :controller => "hosts"
map.root :controller => "dashboard"
map.resources :reports, :collection => { :auto_complete_search => :get }
map.connect "node/:name", :controller => 'hosts', :action => 'externalNodes',

Also available in: Unified diff