Allow inspection of containers and all_containers variables

This commit is contained in:
Sebastian Serth
2020-03-23 13:38:33 +01:00
parent d9d77fbd97
commit baf1ac06da
3 changed files with 12 additions and 0 deletions

View File

@ -38,6 +38,7 @@ Rails.application.routes.draw do
namespace :admin do
get 'dashboard', to: 'dashboard#show'
get 'dashboard/dump_docker', to: 'dashboard#dump_docker'
end
get '/insights', to: 'flowr#insights'