mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 07:56:01 +00:00
mongo profile view - shows collection tab
This commit is contained in:
@@ -417,10 +417,22 @@ const driver = {
|
||||
header: 'All',
|
||||
command: 'profileAll',
|
||||
},
|
||||
// {
|
||||
// header: 'View',
|
||||
// openQuery: "db['system.profile'].find()",
|
||||
// tabTitle: 'Profile data',
|
||||
// },
|
||||
{
|
||||
header: 'View',
|
||||
openQuery: "db['system.profile'].find()",
|
||||
tabTitle: 'Profile data',
|
||||
openTab: {
|
||||
title: 'system.profile',
|
||||
icon: 'img collection',
|
||||
tabComponent: 'CollectionDataTab',
|
||||
props: {
|
||||
pureName: 'system.profile',
|
||||
},
|
||||
},
|
||||
addDbProps: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user