Skip to content

Commit

Permalink
Reduce the impact of instanceID
Browse files Browse the repository at this point in the history
Signed-off-by: ArvinHuang <[email protected]>
  • Loading branch information
idwenwen committed Aug 16, 2023
1 parent e2a28d5 commit 2e7ee4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources-front-end/src/views/job-dashboard/log/Logs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ export default {
created() {
this.getInstanceIdFromFlow().then(() => {
this.initLogSocket()
}).catch(() => {
this.initLogSocket()
})
},
beforeDestroy() {
Expand Down

0 comments on commit 2e7ee4d

Please sign in to comment.