We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdd619 commit 3e157e9Copy full SHA for 3e157e9
1 file changed
web/src/components/ols-tool-ui/AddToDashboardButton.tsx
@@ -9,7 +9,7 @@ function createPanelDefinition(query: string): PanelDefinition {
9
kind: 'Panel',
10
spec: {
11
display: {
12
- name: '',
+ name: query,
13
},
14
plugin: {
15
kind: 'TimeSeriesChart',
0 commit comments