mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-11 09:07:12 -05:00
first parts of external recipes in frontend
This commit is contained in:
@@ -49,13 +49,26 @@
|
||||
<database-model-col model="Automation"></database-model-col>
|
||||
<database-model-col model="UserFile"></database-model-col>
|
||||
<database-model-col model="CustomFilter"></database-model-col>
|
||||
<database-link-col :to="{name: 'IngredientEditorPage'}"
|
||||
<database-model-col model="CookLog"></database-model-col>
|
||||
<database-model-col model="ViewLog"></database-model-col>
|
||||
|
||||
<database-link-col :to="{name: 'IngredientEditorPage'}"
|
||||
prepend-icon="fa-solid fa-table-list"
|
||||
:title="$t('Ingredient Editor')"
|
||||
:subtitle="$t('IngredientEditorHelp')">
|
||||
|
||||
</database-link-col>
|
||||
</v-row>
|
||||
|
||||
<v-row>
|
||||
<v-col>
|
||||
<h2>{{ $t('External') }}</h2>
|
||||
</v-col>
|
||||
</v-row>
|
||||
<v-row dense>
|
||||
<database-model-col model="Sync"></database-model-col>
|
||||
<database-model-col model="SyncLog"></database-model-col>
|
||||
<database-model-col model="Storage"></database-model-col>
|
||||
</v-row>
|
||||
|
||||
</v-container>
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
<v-row dense>
|
||||
<v-col>
|
||||
<v-card :prepend-icon="genericModel.model.icon" :title="$t(genericModel.model.localizationKey)">
|
||||
<template #subtitle v-if="TFood.localizationKeyDescription">
|
||||
<template #subtitle v-if="genericModel.model.localizationKeyDescription">
|
||||
<div class="text-wrap">
|
||||
{{ $t(TFood.localizationKeyDescription) }}
|
||||
{{ $t(genericModel.model.localizationKeyDescription) }}
|
||||
</div>
|
||||
</template>
|
||||
<template #append>
|
||||
|
||||
Reference in New Issue
Block a user