mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
[TSK-223] Workbench: App alias (Part 1) (#2162)
Signed-off-by: Anna <anna.no@xored.com>
This commit is contained in:
@@ -28,6 +28,7 @@ import core, {
|
||||
TxResult,
|
||||
WithLookup
|
||||
} from '@anticrm/core'
|
||||
import { devModelId } from '@anticrm/devmodel'
|
||||
import { Builder } from '@anticrm/model'
|
||||
import { getMetadata, IntlString, Resources } from '@anticrm/platform'
|
||||
import view from '@anticrm/view'
|
||||
@@ -155,6 +156,7 @@ export async function Hook (client: Client): Promise<Client> {
|
||||
{
|
||||
label: 'DevModel' as IntlString,
|
||||
icon: view.icon.Model,
|
||||
alias: devModelId,
|
||||
hidden: false,
|
||||
navigatorModel: {
|
||||
spaces: [],
|
||||
|
||||
Reference in New Issue
Block a user