|
|
|
@ -2,6 +2,10 @@ |
|
|
|
import { Modal, ModalContent, Button } from "@budibase/bbui" |
|
|
|
|
|
|
|
let upgradeModal |
|
|
|
|
|
|
|
const onConfirm = () => { |
|
|
|
window.open("https://accounts.budibase.com/install", "_blank") |
|
|
|
} |
|
|
|
</script> |
|
|
|
|
|
|
|
<div> |
|
|
|
@ -14,7 +18,12 @@ |
|
|
|
> |
|
|
|
</div> |
|
|
|
<Modal bind:this={upgradeModal}> |
|
|
|
<ModalContent size="M" title="Upgrade to self-hosted" confirmText="Upgrade"> |
|
|
|
<ModalContent |
|
|
|
size="M" |
|
|
|
{onConfirm} |
|
|
|
title="Upgrade to self-hosted" |
|
|
|
confirmText="Upgrade" |
|
|
|
> |
|
|
|
<span |
|
|
|
>Upgrade to Budibase self-hosting for free, and get SSO, unlimited apps, |
|
|
|
and more - and it only takes 10 minutes!</span |
|
|
|
|