structure tabs have different icons

This commit is contained in:
Jan Prochazka
2021-11-21 10:41:46 +01:00
parent 4d7339d085
commit 13030defc1
3 changed files with 17 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ registerCommand({
openNewTab(
{
title: 'Table #',
icon: 'img table',
icon: 'img table-structure',
tabComponent: 'TableStructureTab',
props: {
conid: connection._id,