mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-07-03 03:38:56 +00:00
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
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:
parent
0c4d95da1b
commit
d6e3f81abc
2 changed files with 2 additions and 2 deletions
|
|
@ -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)">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue