mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 19:27:44 +02:00
Add Timeline component (#2535)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -70,7 +70,9 @@ loadMetadata(tracker.icon, {
|
||||
CopyBranch: `${icons}#copyBranch`,
|
||||
Duplicate: `${icons}#duplicate`,
|
||||
TimeReport: `${icons}#timeReport`,
|
||||
Estimation: `${icons}#timeReport`
|
||||
Estimation: `${icons}#timeReport`,
|
||||
|
||||
Timeline: `${icons}#timeline`
|
||||
})
|
||||
|
||||
addStringsLoader(trackerId, async (lang: string) => await import(`../lang/${lang}.json`))
|
||||
|
||||
Reference in New Issue
Block a user