mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Update MonitorHistory.vue
This commit is contained in:
parent
a13bdaac84
commit
2f97f44086
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import Confirm from "../../components/Confirm.vue";
|
import Confirm from "../../components/Confirm.vue";
|
||||||
import { debug } from "../../util.ts";
|
import { log_debug } from "../../util.ts";
|
||||||
import { useToast } from "vue-toastification";
|
import { useToast } from "vue-toastification";
|
||||||
|
|
||||||
const toast = useToast();
|
const toast = useToast();
|
||||||
@ -91,7 +91,7 @@ export default {
|
|||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
loadDatabaseSize() {
|
loadDatabaseSize() {
|
||||||
debug("load database size");
|
log_debug("monitorhistory", "load database size");
|
||||||
this.$root.getSocket().emit("getDatabaseSize", (res) => {
|
this.$root.getSocket().emit("getDatabaseSize", (res) => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
this.databaseSize = res.size;
|
this.databaseSize = res.size;
|
||||||
|
Loading…
Reference in New Issue
Block a user