mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
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:

committed by
GitHub

parent
2ff511a4e4
commit
4da7904ffd
@ -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)
|
||||
|
Reference in New Issue
Block a user