Update MonitorHistory.vue

pull/910/head
Andreas Brett 3 years ago committed by GitHub
parent a13bdaac84
commit 2f97f44086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@
<script>
import Confirm from "../../components/Confirm.vue";
import { debug } from "../../util.ts";
import { log_debug } from "../../util.ts";
import { useToast } from "vue-toastification";
const toast = useToast();
@ -91,7 +91,7 @@ export default {
methods: {
loadDatabaseSize() {
debug("load database size");
log_debug("monitorhistory", "load database size");
this.$root.getSocket().emit("getDatabaseSize", (res) => {
if (res.ok) {
this.databaseSize = res.size;

Loading…
Cancel
Save