build: sync config
This commit is contained in:
@@ -302,6 +302,26 @@ export default [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'apikeys',
|
||||
path: '/api-keys',
|
||||
key: 'apikeys',
|
||||
hideInMenu: true,
|
||||
selectedIcon: 'icon-key-filled',
|
||||
icon: 'icon-key',
|
||||
defaultIcon: 'icon-key',
|
||||
component: './api-keys'
|
||||
},
|
||||
{
|
||||
name: 'settings',
|
||||
path: '/settings',
|
||||
key: 'settings',
|
||||
hideInMenu: true,
|
||||
selectedIcon: 'icon-settings-filled',
|
||||
icon: 'icon-settings',
|
||||
defaultIcon: 'icon-settings',
|
||||
component: './settings'
|
||||
},
|
||||
{
|
||||
name: 'profile',
|
||||
path: '/profile',
|
||||
|
||||
Reference in New Issue
Block a user