mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 10:05:01 +02:00
UBERF-4205: updated Panel header layout, custom aside (#3974)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
|
||||
export let _id: Ref<Integration>
|
||||
export let _class: Ref<Class<Integration>>
|
||||
export let embedded = false
|
||||
|
||||
let integration: Integration | undefined = undefined
|
||||
const query = createQuery()
|
||||
@@ -54,16 +53,7 @@
|
||||
</script>
|
||||
|
||||
{#if integration}
|
||||
<Panel
|
||||
icon={setting.icon.Integrations}
|
||||
{title}
|
||||
object={integration}
|
||||
{embedded}
|
||||
isHeader={false}
|
||||
isAside={false}
|
||||
withoutActivity
|
||||
withoutInput
|
||||
>
|
||||
<Panel {title} object={integration} isHeader={false} isAside={false} withoutActivity withoutInput>
|
||||
<div class="max-w-80 min-w-80">
|
||||
{#if type}
|
||||
<PluginCard {integration} integrationType={type} />
|
||||
|
||||
Reference in New Issue
Block a user