1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: support to multiple query tabs

This commit is contained in:
2020-08-19 18:20:57 +02:00
parent fd6d5177ef
commit d7ed00f4a3
4 changed files with 71 additions and 14 deletions

View File

@ -69,7 +69,7 @@ export default {
},
data () {
return {
tabUid: 1,
tabUid: 'data',
isQuering: false,
results: {},
fields: [],
@ -86,7 +86,7 @@ export default {
return this.getWorkspace(this.connection.uid);
},
isSelected () {
return this.workspace.selected_tab === 1;
return this.workspace.selected_tab === 'data';
}
},
watch: {