mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 14:46:01 +00:00
Open form removed from default actions
This commit is contained in:
@@ -15,16 +15,16 @@ function getTableLikeActions(dataTab) {
|
|||||||
tab: dataTab,
|
tab: dataTab,
|
||||||
defaultActionId: 'openTable',
|
defaultActionId: 'openTable',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
label: 'Open form',
|
// label: 'Open form',
|
||||||
tab: dataTab,
|
// tab: dataTab,
|
||||||
initialData: {
|
// initialData: {
|
||||||
grid: {
|
// grid: {
|
||||||
isFormView: true,
|
// isFormView: true,
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
defaultActionId: 'openForm',
|
// defaultActionId: 'openForm',
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
label: 'Open structure',
|
label: 'Open structure',
|
||||||
tab: 'TableStructureTab',
|
tab: 'TableStructureTab',
|
||||||
|
|||||||
Reference in New Issue
Block a user