mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 12:56:01 +00:00
raw mode
This commit is contained in:
@@ -15,6 +15,12 @@ function getTableLikeActions(dataTab) {
|
||||
tab: dataTab,
|
||||
defaultActionId: 'openTable',
|
||||
},
|
||||
{
|
||||
label: 'Open raw data',
|
||||
tab: dataTab,
|
||||
defaultActionId: 'openRawTable',
|
||||
isRawMode: true,
|
||||
},
|
||||
// {
|
||||
// label: 'Open form',
|
||||
// tab: dataTab,
|
||||
|
||||
Reference in New Issue
Block a user