Skip to content

Commit 3e157e9

Browse files
committed
OU-1264: Use query for the dynamic panel name
1 parent bcdd619 commit 3e157e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/components/ols-tool-ui/AddToDashboardButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function createPanelDefinition(query: string): PanelDefinition {
99
kind: 'Panel',
1010
spec: {
1111
display: {
12-
name: '',
12+
name: query,
1313
},
1414
plugin: {
1515
kind: 'TimeSeriesChart',

0 commit comments

Comments
 (0)