mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Convert admin API keys to conform to UI guidelines (#30660)
Re-opening of #30096. It was reverted because it was missing a sidebar link to Webhooks in the admin panel.
This commit is contained in:
@@ -14,6 +14,7 @@ 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