numbering tabs

This commit is contained in:
Jan Prochazka
2021-01-28 10:05:27 +01:00
parent a9cb9f1874
commit 99381536d7
9 changed files with 22 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ function Menu({ data }) {
const handleNewQuery = () => {
openNewTab({
title: 'Query',
title: 'Query #',
icon: 'img sql-file',
tooltip,
tabComponent: 'QueryTab',

View File

@@ -104,7 +104,7 @@ export function SavedSqlFileAppObject({ data, commonProps }) {
openNewTab(
{
title: 'Shell',
title: 'Shell #',
icon: 'img shell',
tabComponent: 'ShellTab',
},