mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
feat(frontend): Add Supabase resource (#1107)
* feat(frontend): Add Supabase resource * feat(frontend): Added an image
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
'Create an API key',
|
||||
'Copy your key'
|
||||
]
|
||||
},
|
||||
supabase: {
|
||||
img: '/supabase_connect.png',
|
||||
instructions: ['Go to the API Settings of your app to find the project URL and key']
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -126,6 +130,7 @@
|
||||
const availableRts = await ResourceService.listResourceTypeNames({
|
||||
workspace: $workspaceStore!
|
||||
})
|
||||
|
||||
connectsManual = availableRts
|
||||
.filter((x) => !Object.keys(connects ?? {}).includes(x))
|
||||
.map((x) => [
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
Reference in New Issue
Block a user