mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
add last_recipe.json and log downloads
This commit is contained in:
parent
97ae3e7215
commit
2c27fcd993
1 changed files with 13 additions and 0 deletions
|
@ -20,6 +20,17 @@
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
</v-list-item-group>
|
</v-list-item-group>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
|
<v-card-actions>
|
||||||
|
<v-spacer></v-spacer>
|
||||||
|
<TheDownloadBtn
|
||||||
|
button-text="Download Recipe JSON"
|
||||||
|
download-url="/api/debug/last-recipe-json"
|
||||||
|
/>
|
||||||
|
<TheDownloadBtn
|
||||||
|
button-text="Download Log"
|
||||||
|
download-url="/api/debug/log"
|
||||||
|
/>
|
||||||
|
</v-card-actions>
|
||||||
<v-divider></v-divider>
|
<v-divider></v-divider>
|
||||||
</v-card>
|
</v-card>
|
||||||
</div>
|
</div>
|
||||||
|
@ -27,7 +38,9 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { api } from "@/api";
|
import { api } from "@/api";
|
||||||
|
import TheDownloadBtn from "@/components/UI/TheDownloadBtn";
|
||||||
export default {
|
export default {
|
||||||
|
components: { TheDownloadBtn },
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
prettyInfo: [],
|
prettyInfo: [],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue