fix for 3245 (#3281)

This commit is contained in:
Alan Ren
2018-11-19 14:47:41 -08:00
committed by GitHub
parent 2c867a4b2c
commit c32d4ee2f7
4 changed files with 10 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ const profilerViewTemplateSchema: IJSONSchema = {
},
{
name: 'TextData',
eventsMapped: ['options_text', 'batch_text']
eventsMapped: ['options_text', 'batch_text', 'statement']
},
{
name: 'ApplicationName',
@@ -99,7 +99,7 @@ const profilerViewTemplateSchema: IJSONSchema = {
},
{
name: 'TextData',
eventsMapped: ['options_text', 'batch_text']
eventsMapped: ['options_text', 'batch_text', 'statement']
},
{
name: 'SPID',
@@ -120,7 +120,7 @@ const profilerViewTemplateSchema: IJSONSchema = {
},
{
name: 'TextData',
eventsMapped: ['options_text', 'batch_text']
eventsMapped: ['options_text', 'batch_text', 'statement']
},
{
name: 'Duration',
@@ -157,7 +157,7 @@ const profilerViewTemplateSchema: IJSONSchema = {
},
{
name: 'TextData',
eventsMapped: ['options_text', 'batch_text']
eventsMapped: ['options_text', 'batch_text', 'statement']
},
{
name: 'ApplicationName',
@@ -214,7 +214,7 @@ const profilerViewTemplateSchema: IJSONSchema = {
},
{
name: 'TextData',
eventsMapped: ['options_text', 'batch_text']
eventsMapped: ['options_text', 'batch_text', 'statement']
},
{
name: 'SPID',