mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Adds 'Folders' to the list of synced items in the UI for Dropbox, Google Drive, OneDrive and SharePoint Online Co-authored-by: Scotty Bollinger <scotty.bollinger@elastic.co>
This commit is contained in:
parent
78fb42a25e
commit
d16d17b955
1 changed files with 8 additions and 4 deletions
|
@ -227,7 +227,7 @@ export const staticSourceData = [
|
|||
}
|
||||
),
|
||||
connectStepDescription: connectStepDescription.files,
|
||||
objTypes: [SOURCE_OBJ_TYPES.ALL_FILES],
|
||||
objTypes: [SOURCE_OBJ_TYPES.FOLDERS, SOURCE_OBJ_TYPES.ALL_FILES],
|
||||
features: {
|
||||
basicOrgContext: [
|
||||
FeatureIds.SyncFrequency,
|
||||
|
@ -383,7 +383,11 @@ export const staticSourceData = [
|
|||
}
|
||||
),
|
||||
connectStepDescription: connectStepDescription.files,
|
||||
objTypes: [SOURCE_OBJ_TYPES.G_SUITE_FILES, SOURCE_OBJ_TYPES.ALL_STORED_FILES],
|
||||
objTypes: [
|
||||
SOURCE_OBJ_TYPES.FOLDERS,
|
||||
SOURCE_OBJ_TYPES.G_SUITE_FILES,
|
||||
SOURCE_OBJ_TYPES.ALL_STORED_FILES,
|
||||
],
|
||||
features: {
|
||||
basicOrgContext: [
|
||||
FeatureIds.SyncFrequency,
|
||||
|
@ -510,7 +514,7 @@ export const staticSourceData = [
|
|||
}
|
||||
),
|
||||
connectStepDescription: connectStepDescription.files,
|
||||
objTypes: [SOURCE_OBJ_TYPES.ALL_FILES],
|
||||
objTypes: [SOURCE_OBJ_TYPES.FOLDERS, SOURCE_OBJ_TYPES.ALL_FILES],
|
||||
features: {
|
||||
basicOrgContext: [
|
||||
FeatureIds.SyncFrequency,
|
||||
|
@ -676,7 +680,7 @@ export const staticSourceData = [
|
|||
}
|
||||
),
|
||||
connectStepDescription: connectStepDescription.files,
|
||||
objTypes: [SOURCE_OBJ_TYPES.SITES, SOURCE_OBJ_TYPES.ALL_FILES],
|
||||
objTypes: [SOURCE_OBJ_TYPES.FOLDERS, SOURCE_OBJ_TYPES.SITES, SOURCE_OBJ_TYPES.ALL_FILES],
|
||||
features: {
|
||||
basicOrgContext: [
|
||||
FeatureIds.SyncFrequency,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue