mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 11:12:20 +08:00
fix(api-keys): fix the URL path for API keys settings page (#5562)
This commit is contained in:
parent
a2b464ff14
commit
e8c232db2f
@ -8,12 +8,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
import { Plugin } from '@nocobase/client';
|
import { Plugin } from '@nocobase/client';
|
||||||
import { NAMESPACE } from '../constants';
|
|
||||||
import { Configuration } from './Configuration';
|
import { Configuration } from './Configuration';
|
||||||
|
|
||||||
export class PluginAPIKeysClient extends Plugin {
|
export class PluginAPIKeysClient extends Plugin {
|
||||||
async load() {
|
async load() {
|
||||||
this.pluginSettingsManager.add(NAMESPACE, {
|
this.pluginSettingsManager.add('api-keys', {
|
||||||
icon: 'KeyOutlined',
|
icon: 'KeyOutlined',
|
||||||
title: this.t('API keys'),
|
title: this.t('API keys'),
|
||||||
Component: Configuration,
|
Component: Configuration,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user