update management links
Some checks are pending
Build Docker Container / Build Standard Container (push) Waiting to run
Build Docker Container / Notify Stable (push) Blocked by required conditions
Build Docker Container / Notify Beta (push) Blocked by required conditions
Continuous Integration / build (22, 3.12) (push) Waiting to run
Code scanning - action / CodeQL-Build (push) Waiting to run

This commit is contained in:
vabene1111 2026-06-30 20:26:31 +02:00
parent 0c4d95da1b
commit d6e3f81abc
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
v-if="useUserPreferenceStore().isAuthenticated && useUserPreferenceStore().activeSpace.maxRecipes == 10 && useUserPreferenceStore().serverSettings.hosted">
<p class="text-center w-100">
{{ $t('HostedFreeVersion') }}
<v-btn color="success" size="small" variant="flat" href="https://tandoor.dev/manage">{{ $t('UpgradeNow') }}</v-btn>
<v-btn color="success" size="small" variant="flat" :to="{name: 'EnterpriseSettingsBillingSubscription'}">{{ $t('UpgradeNow') }}</v-btn>
</p>
</v-app-bar>
<v-app-bar color="warning" v-if="useUserPreferenceStore().isAuthenticated && isSpaceAboveLimit(useUserPreferenceStore().activeSpace)">

View file

@ -8,7 +8,7 @@
</v-col>
<v-col>
<v-btn color="primary" class="float-right" href="https://tandoor.dev/manage" target="_blank">{{ $t('ManageSubscription') }}</v-btn>
<v-btn color="primary" class="float-right" :to="{name: 'EnterpriseSettingsBillingSubscription'}" target="_blank">{{ $t('ManageSubscription') }}</v-btn>
</v-col>
</v-row>