mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 11:06:02 +00:00
fixed jsonl problems, support jsonl without header
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
category: 'JSON Lines editor',
|
||||
name: 'Preview',
|
||||
icon: 'icon preview',
|
||||
keyText: 'F5',
|
||||
testEnabled: () => getCurrentEditor() != null,
|
||||
onClick: () => getCurrentEditor().preview(),
|
||||
});
|
||||
@@ -99,6 +100,7 @@
|
||||
title: 'Preview #',
|
||||
icon: 'img archive',
|
||||
tabComponent: 'ArchiveFileTab',
|
||||
forceNewTab: true,
|
||||
props: {
|
||||
jslid,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user