UBER-438: Use tracker as default for new users/workspaces (#3403)

This commit is contained in:
Andrey Sobolev
2023-06-09 00:42:00 +07:00
committed by GitHub
parent 3644892579
commit 3d06e44517
7 changed files with 57 additions and 13 deletions
+4 -1
View File
@@ -130,7 +130,10 @@ export default plugin(workbenchId, {
},
metadata: {
PlatformTitle: '' as Metadata<string>,
ExcludedApplications: '' as Metadata<Ref<Application>[]>
ExcludedApplications: '' as Metadata<Ref<Application>[]>,
DefaultApplication: '' as Metadata<string>,
DefaultSpace: '' as Metadata<Ref<Space>>,
DefaultSpecial: '' as Metadata<string>
},
actionImpl: {
Navigate: '' as ViewAction<{