Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions webui/src/extendable/lakefsApp.tsx

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions webui/src/extendable/plugins/impls/DefaultTablesBrowserPlugin.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions webui/src/extendable/plugins/impls/RedirectToSSOStrategyPlugin.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions webui/src/extendable/plugins/impls/SyncCommitPlugin.ts

This file was deleted.

19 changes: 0 additions & 19 deletions webui/src/extendable/plugins/impls/SyncMergePlugin.ts

This file was deleted.

23 changes: 0 additions & 23 deletions webui/src/extendable/plugins/pluginCommitOperation.ts

This file was deleted.

14 changes: 0 additions & 14 deletions webui/src/extendable/plugins/pluginCompareBranches.ts

This file was deleted.

8 changes: 0 additions & 8 deletions webui/src/extendable/plugins/pluginCustomObjectRenderers.ts

This file was deleted.

11 changes: 0 additions & 11 deletions webui/src/extendable/plugins/pluginLoginStrategy.ts

This file was deleted.

80 changes: 0 additions & 80 deletions webui/src/extendable/plugins/pluginManager.ts

This file was deleted.

17 changes: 0 additions & 17 deletions webui/src/extendable/plugins/pluginMergeOperation.ts

This file was deleted.

15 changes: 0 additions & 15 deletions webui/src/extendable/plugins/pluginRepoCreationForm.ts

This file was deleted.

6 changes: 0 additions & 6 deletions webui/src/extendable/plugins/pluginTablesBrowser.ts

This file was deleted.

21 changes: 0 additions & 21 deletions webui/src/extendable/plugins/pluginsContext.tsx

This file was deleted.

3 changes: 1 addition & 2 deletions webui/src/lib/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1345,8 +1345,7 @@ class Config {
const storages = buildStoragesConfigs(cfg);
const uiConfig = cfg['ui_config'];
const versionConfig = cfg['version_config'];
const capabilitiesConfig = cfg['capabilities_config'];
return { storages, uiConfig, versionConfig, capabilitiesConfig };
return { storages, uiConfig, versionConfig };
}
case 409:
throw new Error('Conflict');
Expand Down
Loading
Loading