diff --git a/config/config.exs b/config/config.exs index b8f8293..9509349 100644 --- a/config/config.exs +++ b/config/config.exs @@ -3,7 +3,7 @@ import Config config :kanta, Kanta.Cache, primary: [ gc_interval: :timer.hours(24), - backend: :shards + backend: :ets ] config :phoenix, :json_library, Jason diff --git a/lib/kanta_web/templates/layouts/dashboard.html.heex b/lib/kanta_web/templates/layouts/dashboard.html.heex index e83d3a0..3baad89 100644 --- a/lib/kanta_web/templates/layouts/dashboard.html.heex +++ b/lib/kanta_web/templates/layouts/dashboard.html.heex @@ -65,19 +65,54 @@ <% end %> - -
+