config/routes.rb in pghero-1.1.4 vs config/routes.rb in pghero-1.2.0

- old
+ new

@@ -6,12 +6,14 @@ get "queries", to: "home#queries" get "system", to: "home#system" get "cpu_usage", to: "home#cpu_usage" get "connection_stats", to: "home#connection_stats" get "replication_lag_stats", to: "home#replication_lag_stats" + get "load_stats", to: "home#load_stats" get "explain", to: "home#explain" get "tune", to: "home#tune" get "connections", to: "home#connections" + get "maintenance", to: "home#maintenance" post "kill", to: "home#kill" post "kill_long_running_queries", to: "home#kill_long_running_queries" post "kill_all", to: "home#kill_all" post "enable_query_stats", to: "home#enable_query_stats" post "explain", to: "home#explain"