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

@ -14,7 +14,6 @@ class Admin::ApiController < Admin::AdminController
ApiKey
.where(hidden: false)
.includes(:user)
.includes(:created_by)
.order("revoked_at DESC NULLS FIRST, created_at DESC")
.offset(offset)
.limit(limit)