mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
hide cred check (#7736)
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
import { base } from '$lib/base'
|
||||
import GitHubAppIntegration from './GitHubAppIntegration.svelte'
|
||||
import BedrockCredentialsCheck from './BedrockCredentialsCheck.svelte'
|
||||
import { isCloudHosted } from '$lib/cloud'
|
||||
|
||||
interface Props {
|
||||
resourceType: string
|
||||
@@ -211,7 +212,7 @@
|
||||
onDescriptionUpdate={(newDescription) => (description = newDescription)}
|
||||
/>
|
||||
</div>
|
||||
{#if resourceType?.includes('bedrock')}
|
||||
{#if resourceType?.includes('bedrock') && !isCloudHosted()}
|
||||
<BedrockCredentialsCheck />
|
||||
{/if}
|
||||
{:else}
|
||||
|
||||
Reference in New Issue
Block a user