Go out to claim route on subscription setup dialog

This commit is contained in:
Johannes Zellner
2025-05-16 18:43:52 +02:00
parent 55b0fb69ac
commit ce571bad81
3 changed files with 3 additions and 78 deletions

View File

@@ -30,6 +30,6 @@ defineExpose({
<template>
<Dialog ref="dialog" title="Subscription required" :show-x="true">
<p>To use this feature a Cloudron subscription needs to be set up</p>
<Button :href="consoleServerOrigin" target="_blank">Set up</Button>
<Button :href="`${consoleServerOrigin}/#/claim/${cloudronId}`" target="_blank">Set up</Button>
</Dialog>
</template>