mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
5685b545fe
@ -8,12 +8,11 @@
|
||||
*/
|
||||
|
||||
import { Plugin } from '@nocobase/client';
|
||||
import { NAMESPACE } from '../constants';
|
||||
import { Configuration } from './Configuration';
|
||||
|
||||
export class PluginAPIKeysClient extends Plugin {
|
||||
async load() {
|
||||
this.pluginSettingsManager.add(NAMESPACE, {
|
||||
this.pluginSettingsManager.add('api-keys', {
|
||||
icon: 'KeyOutlined',
|
||||
title: this.t('API keys'),
|
||||
Component: Configuration,
|
||||
|
Loading…
x
Reference in New Issue
Block a user