diff --git a/.formatter.exs b/.formatter.exs index d0b71a2f7..fb51a8bde 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -1,6 +1,6 @@ # Used by "mix format" [ - inputs: ["{mix,.formatter}.exs", "{config,lib}/**/*.{heex,ex,exs}"], + inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{heex,ex,exs}"], subdirectories: ["test", "priv/repo"], import_deps: [ :ecto_sql, diff --git a/lib/logflare_web/live/access_tokens_live.ex b/lib/logflare_web/live/access_tokens_live.ex index 56204ff6f..5e559935f 100644 --- a/lib/logflare_web/live/access_tokens_live.ex +++ b/lib/logflare_web/live/access_tokens_live.ex @@ -57,6 +57,7 @@ defmodule LogflareWeb.AccessTokensLive do Description + Scope Created on @@ -65,19 +66,23 @@ defmodule LogflareWeb.AccessTokensLive do <%= for token <- @access_tokens do %> - <%= token.description %> - <%= scope %> + + <%= token.description %> + - + + <%= scope %> + + <%= Calendar.strftime(token.inserted_at, "%d %b %Y, %I:%M:%S %p") %> - -