mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 10:05:01 +02:00
@@ -82,7 +82,7 @@
|
||||
<Button
|
||||
{label}
|
||||
{disabled}
|
||||
primary
|
||||
kind={'primary'}
|
||||
on:click={() => {
|
||||
save()
|
||||
}}
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
{#if integration.disabled && integrationType.reconnectComponent}
|
||||
<Button
|
||||
label={setting.string.Reconnect}
|
||||
primary
|
||||
kind={'primary'}
|
||||
on:click={(e) => {
|
||||
if (integrationType.reconnectComponent) {
|
||||
showPopup(integrationType.reconnectComponent, {}, e.target, reconnect)
|
||||
@@ -88,7 +88,7 @@
|
||||
{:else}
|
||||
<Button
|
||||
label={setting.string.Add}
|
||||
primary
|
||||
kind={'primary'}
|
||||
on:click={(e) => {
|
||||
showPopup(integrationType.createComponent, {}, e.target, close)
|
||||
}}
|
||||
|
||||
+1
-1
@@ -47,7 +47,7 @@
|
||||
<div class='flex-center'>
|
||||
<Button
|
||||
label={setting.string.Reconnect}
|
||||
primary
|
||||
kind={'primary'}
|
||||
on:click={(e) => {
|
||||
if (type?.reconnectComponent) {
|
||||
showPopup(type.reconnectComponent, {}, e.target, reconnect)
|
||||
|
||||
Reference in New Issue
Block a user