Merge branch 'master' into BUDI-9127/extract-env-input
This commit is contained in:
commit
2e76a1e35e
|
@ -65,7 +65,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<DetailPopover bind:this={popover} {title} align={PopoverAlignment.Right}>
|
<DetailPopover bind:this={popover} {title} align={PopoverAlignment.Right}>
|
||||||
<div slot="anchor" class:display-new={!authConfig}>
|
<div slot="anchor" class:display-new={!authConfig && oauth2Enabled}>
|
||||||
<ActionButton icon="LockClosed" quiet selected>
|
<ActionButton icon="LockClosed" quiet selected>
|
||||||
{#if !authConfig}
|
{#if !authConfig}
|
||||||
Authentication
|
Authentication
|
||||||
|
|
Loading…
Reference in New Issue