mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add panel to list now copy, started on jest
This commit is contained in:
parent
07c3fb7e0f
commit
8d4c439eeb
@ -0,0 +1,4 @@
|
||||
import React from 'react';
|
||||
import { AddPanelPanel } from './AddPanelPanel';
|
||||
|
||||
describe('AddPanelPanel', () => {});
|
@ -193,7 +193,7 @@ export class PanelCtrl {
|
||||
});
|
||||
|
||||
menu.push({
|
||||
text: 'Add to Panel List',
|
||||
text: 'Copy',
|
||||
click: 'ctrl.addToPanelList()',
|
||||
role: 'Editor',
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user