mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
fix api extras
This commit is contained in:
parent
43c748788b
commit
732067aecb
1 changed files with 6 additions and 1 deletions
|
@ -28,7 +28,9 @@
|
||||||
flat
|
flat
|
||||||
class="mb-2 mx-n2"
|
class="mb-2 mx-n2"
|
||||||
>
|
>
|
||||||
<v-card-title> {{ $t('recipe.api-extras') }} </v-card-title>
|
<v-card-title class="text-h5 font-weight-medium opacity-80">
|
||||||
|
{{ $t('recipe.api-extras') }}
|
||||||
|
</v-card-title>
|
||||||
<v-divider class="ml-4" />
|
<v-divider class="ml-4" />
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
{{ $t('recipe.api-extras-description') }}
|
{{ $t('recipe.api-extras-description') }}
|
||||||
|
@ -41,6 +43,7 @@
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="recipe.extras[key]"
|
v-model="recipe.extras[key]"
|
||||||
density="compact"
|
density="compact"
|
||||||
|
variant="underlined"
|
||||||
:label="key"
|
:label="key"
|
||||||
>
|
>
|
||||||
<template #prepend>
|
<template #prepend>
|
||||||
|
@ -61,7 +64,9 @@
|
||||||
<div>
|
<div>
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-model="apiNewKey"
|
v-model="apiNewKey"
|
||||||
|
min-width="200px"
|
||||||
:label="$t('recipe.message-key')"
|
:label="$t('recipe.message-key')"
|
||||||
|
variant="underlined"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<BaseButton
|
<BaseButton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue