view profile data

This commit is contained in:
Jan Prochazka
2022-12-09 15:41:42 +01:00
parent 61dc9da3f0
commit ea77b4fc1a
2 changed files with 26 additions and 4 deletions

View File

@@ -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',
},
],
},
],