Web Interface for Tags #104244
@ -39,9 +39,7 @@ import { useJobs } from '@/stores/jobs';
|
|||||||
import { useTasks } from '@/stores/tasks';
|
import { useTasks } from '@/stores/tasks';
|
||||||
import { useNotifs } from '@/stores/notifications'
|
import { useNotifs } from '@/stores/notifications'
|
||||||
import { useTaskLog } from '@/stores/tasklog'
|
import { useTaskLog } from '@/stores/tasklog'
|
||||||
import { getAPIClient } from '@/api-client';
|
import { getAPIClient } from "@/api-client";
|
||||||
import { apiClient } from '@/stores/api-query-count';
|
|
||||||
import { MetaApi } from '@/manager-api';
|
|
||||||
|
|
||||||
import FooterPopup from '@/components/footer/FooterPopup.vue'
|
import FooterPopup from '@/components/footer/FooterPopup.vue'
|
||||||
import GetTheAddon from '@/components/GetTheAddon.vue'
|
import GetTheAddon from '@/components/GetTheAddon.vue'
|
||||||
@ -273,10 +271,10 @@ export default {
|
|||||||
|
|
||||||
// SocketIO connection event handlers:
|
// SocketIO connection event handlers:
|
||||||
onSIOReconnected() {
|
onSIOReconnected() {
|
||||||
|
|
||||||
this.$refs.jobsTable.onReconnected();
|
this.$refs.jobsTable.onReconnected();
|
||||||
if (this.$refs.tasksTable)
|
if (this.$refs.tasksTable)
|
||||||
this.$refs.tasksTable.onReconnected();
|
this.$refs.tasksTable.onReconnected();
|
||||||
|
|
||||||
},
|
},
|
||||||
onSIODisconnected(reason) {
|
onSIODisconnected(reason) {
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user