mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
view profile data
This commit is contained in:
@@ -403,6 +403,7 @@ const driver = {
|
||||
{
|
||||
fieldName: 'setProfile',
|
||||
columnType: 'actions',
|
||||
header: 'Profiling actions',
|
||||
actions: [
|
||||
{
|
||||
header: 'Off',
|
||||
@@ -416,6 +417,11 @@ const driver = {
|
||||
header: 'All',
|
||||
command: 'profileAll',
|
||||
},
|
||||
{
|
||||
header: 'View',
|
||||
openQuery: "db['system.profile'].find()",
|
||||
tabTitle: 'Profile data',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user