mirror of https://github.com/grafana/grafana.git
Missed the 'p d' hint in the popup-menu
This commit is contained in:
parent
02f84e0c74
commit
03b2561af2
|
|
@ -190,6 +190,7 @@ export class PanelCtrl {
|
|||
text: 'Duplicate',
|
||||
click: 'ctrl.duplicate()',
|
||||
role: 'Editor',
|
||||
shortcut: 'p d',
|
||||
});
|
||||
|
||||
menu.push({
|
||||
|
|
|
|||
Loading…
Reference in New Issue