mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
Changed snapshot shortcut to CTRL+I
This commit is contained in:
parent
c2439b04c9
commit
d0b191af18
@ -64,7 +64,7 @@ function(angular, $) {
|
||||
scope.appEvent('export-dashboard', evt);
|
||||
}, { inputDisabled: true });
|
||||
|
||||
keyboardManager.bind('ctrl+q', function(evt) {
|
||||
keyboardManager.bind('ctrl+i', function(evt) {
|
||||
scope.appEvent('quick-snapshot', evt);
|
||||
}, { inputDisabled: true });
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
<td>Zoom out</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="label label-info">CTRL+Q</span></td>
|
||||
<td><span class="label label-info">CTRL+I</span></td>
|
||||
<td>Quick snapshot</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user