mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 11:16:01 +00:00
numbering tabs
This commit is contained in:
@@ -91,7 +91,7 @@ export default function ToolBar({ toolbarPortalRef }) {
|
||||
|
||||
const newMarkdown = () => {
|
||||
openNewTab({
|
||||
title: 'Page',
|
||||
title: 'Page #',
|
||||
tabComponent: 'MarkdownEditorTab',
|
||||
icon: 'img markdown',
|
||||
});
|
||||
@@ -103,7 +103,7 @@ export default function ToolBar({ toolbarPortalRef }) {
|
||||
|
||||
const newShell = () => {
|
||||
openNewTab({
|
||||
title: 'Shell',
|
||||
title: 'Shell #',
|
||||
icon: 'img shell',
|
||||
tabComponent: 'ShellTab',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user