REVERT: "DEV: Convert admin API keys to conform to UI guidelines"

This reverts commit d9ddc258089da0f6cd8cf75af385c8a59eeccac3.

I noticed that Webhook admin UI is now inaccessible through the subheader
This commit is contained in:
Mark VanLandingham
2025-01-08 11:03:40 -06:00
committed by GitHub
parent 2ff511a4e4
commit 4da7904ffd
20 changed files with 514 additions and 948 deletions

View File

@ -4,5 +4,4 @@ class BasicApiKeySerializer < ApplicationSerializer
attributes :id, :truncated_key, :description, :created_at, :last_used_at, :revoked_at
has_one :user, serializer: BasicUserSerializer, embed: :objects
has_one :created_by, serializer: BasicUserSerializer, embed: :objects
end