diff --git a/src/components/panels/StatusPanel.vue b/src/components/panels/StatusPanel.vue index 4e278ef68..968f3f303 100644 --- a/src/components/panels/StatusPanel.vue +++ b/src/components/panels/StatusPanel.vue @@ -396,7 +396,8 @@ export default class StatusPanel extends Mixins(BaseMixin) { mounted() { if (this.current_filename !== '') this.activeTab = 'status' - if (!this.displayFilesTab) this.activeTab = 'jobqueue' + if (!this.displayFilesTab) this.activeTab = 'history' + if (!this.displayHistoryTab) this.activeTab = 'jobqueue' } @Watch('current_filename')