add last_recipe.json and log downloads

This commit is contained in:
hay-kot 2021-04-10 21:15:21 -08:00
commit 2c27fcd993

View file

@ -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: [],