generated from Nodarx/template
refactor: bunch of improvements
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
+2
-2
@@ -3,13 +3,13 @@ import type { ServiceInterface } from '@KTXM/MailManager/types/service'
|
||||
import { ServiceObject } from '@KTXM/MailManager/models/service'
|
||||
|
||||
const integrations: ModuleIntegrations = {
|
||||
mail_account_config_panels: [
|
||||
mail_account_protocol_panels: [
|
||||
{
|
||||
id: 'imap',
|
||||
label: 'IMAP',
|
||||
icon: 'mdi-email',
|
||||
caption: 'Internet Message Access Protocol',
|
||||
component: () => import('@/components/ImapConfigPanel.vue'),
|
||||
component: () => import('@/components/ImapProtocolPanel.vue'),
|
||||
priority: 20,
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user