mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-20 23:21:06 +02:00
feat: Add Elasticsearch connector integration
- Updated ElasticsearchIndexer to use connector_config for initialization. - Created a new page for adding Elasticsearch connectors with a comprehensive form. - Enhanced the dashboard to include the Elasticsearch connector in the connectors list. - Updated breadcrumb component to display Elasticsearch connector label. - Added Elasticsearch icon to the connector icons enum. - Installed @radix-ui/react-radio-group for radio button functionality in the form.
This commit is contained in:
parent
a7e0bad42a
commit
51f263da72
11 changed files with 864 additions and 420 deletions
|
|
@ -32,6 +32,7 @@
|
|||
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
||||
"@radix-ui/react-label": "^2.1.7",
|
||||
"@radix-ui/react-popover": "^1.1.14",
|
||||
"@radix-ui/react-radio-group": "^1.3.8",
|
||||
"@radix-ui/react-scroll-area": "^1.2.9",
|
||||
"@radix-ui/react-select": "^2.2.5",
|
||||
"@radix-ui/react-separator": "^1.1.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue