- {this.renderOptionLink('queries', 'Add query', this.onCreateNewPanel)}
- {this.renderOptionLink('visualization', 'Choose Panel type', () => this.onCreateNewPanel('visualization'))}
- {this.renderOptionLink('queries', 'Convert to row', this.onCreateNewRow)}
+
+ {this.renderOptionLink('queries', 'Add query', this.onCreateNewPanel)}
+ {this.renderOptionLink('visualization', 'Choose Panel type', () =>
+ this.onCreateNewPanel('visualization')
+ )}
+
+
+
+ Convert to row
+
+ {copiedPanelPlugins.length === 1 && (
+
this.onPasteCopiedPanel(copiedPanelPlugins[0])}
+ >
+ Paste copied panel
+
+ )}
+