mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 23:06:00 +00:00
profile refactoring, fixes
This commit is contained in:
@@ -213,12 +213,12 @@
|
||||
icon: 'img profiler',
|
||||
tabComponent: 'ProfilerTab',
|
||||
props: {
|
||||
jslid: `archive://${data.folderName}/${data.fileName}`,
|
||||
// engine: eng.engine,
|
||||
profilerFormatterFunction: eng.profilerFormatterFunction,
|
||||
profilerTimestampFunction: eng.profilerTimestampFunction,
|
||||
profilerChartAggregateFunction: eng.profilerChartAggregateFunction,
|
||||
profilerChartMeasures: eng.profilerChartMeasures,
|
||||
jslidLoad: `archive://${data.folderName}/${data.fileName}`,
|
||||
engine: eng.engine,
|
||||
// profilerFormatterFunction: eng.profilerFormatterFunction,
|
||||
// profilerTimestampFunction: eng.profilerTimestampFunction,
|
||||
// profilerChartAggregateFunction: eng.profilerChartAggregateFunction,
|
||||
// profilerChartMeasures: eng.profilerChartMeasures,
|
||||
},
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user