Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
02f84e0c
Commit
02f84e0c
authored
Mar 24, 2018
by
Tobias Wolf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add hints for the 'pd' Duplicate Panel command from PR #11264
parent
980e0782
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
docs/sources/features/shortcuts.md
+1
-0
public/app/core/components/help/help.ts
+1
-0
No files found.
docs/sources/features/shortcuts.md
View file @
02f84e0c
...
...
@@ -42,6 +42,7 @@ Hit `?` on your keyboard to open the shortcuts help modal.
-
`e`
Toggle panel edit view
-
`v`
Toggle panel fullscreen view
-
`p`
`s`
Open Panel Share Modal
-
`p`
`d`
Duplicate Panel
-
`p`
`r`
Remove Panel
### Time Range
...
...
public/app/core/components/help/help.ts
View file @
02f84e0c
...
...
@@ -31,6 +31,7 @@ export class HelpCtrl {
{
keys
:
[
'e'
],
description
:
'Toggle panel edit view'
},
{
keys
:
[
'v'
],
description
:
'Toggle panel fullscreen view'
},
{
keys
:
[
'p'
,
's'
],
description
:
'Open Panel Share Modal'
},
{
keys
:
[
'p'
,
'd'
],
description
:
'Duplicate Panel'
},
{
keys
:
[
'p'
,
'r'
],
description
:
'Remove Panel'
},
],
'Time Range'
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment