We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47a449 commit 1d16d21Copy full SHA for 1d16d21
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