mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 21:55:59 +00:00
icon names refactor
This commit is contained in:
@@ -90,7 +90,7 @@ function GenerateSctriptButton({ modalState }) {
|
||||
const code = await createImpExpScript(values);
|
||||
openNewTab(setOpenedTabs, {
|
||||
title: 'Shell',
|
||||
icon: 'mdi mdi-flash color-blue-icon',
|
||||
icon: 'img shell',
|
||||
tabComponent: 'ShellTab',
|
||||
props: {
|
||||
initialScript: code,
|
||||
|
||||
Reference in New Issue
Block a user