File: dashboardHelp.html

package info (click to toggle)
graphite-web 1.1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,592 kB
  • sloc: javascript: 86,823; python: 11,977; sh: 61; makefile: 50
file content (28 lines) | stat: -rw-r--r-- 1,177 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<style type='text/css'>
th {
  border-bottom: 1px solid black;
}
</style>
<center>
<table id='helpTable' width='90%' style='padding-top: 15px;'>
  <tr> <th width=120> <b>Shortcut</b> </th> <th> <b>Action</b> </th> </tr>
  <tr> <td>Ctrl-z</td> <td>Toggle visibility of the graph area toolbar</td> </tr>
  <tr> <td>Ctrl-space</td> <td>Toggle visibility of the navigation panel</td> </tr>
  <tr> <td>Alt-x</td> <td>Remove all graphs from the graph area</td> </tr>
  <tr> <td>Alt-s</td> <td>Save the current dashboard</td> </tr>
  <tr> <td></td> <td></td> </tr>
  <tr> <td></td> <td></td> </tr>
  <tr> <td></td> <td></td> </tr>
  <tr> <td></td> <td></td> </tr>
  <tr> <td></td> <td></td> </tr>
  <tr> <td></td> <td></td> </tr>
  <tr>
    <td colspan='2' style='text-align: center; color: rgb(150, 150, 150);'>
      <i>The following shortcuts are for the Completer UI mode only</i>
    </td>
  </tr>
  <tr> <td>Alt-Enter</td> <td>Add all matching metrics to the graph area</td> </tr>
  <tr> <td>Alt-Backspace</td> <td>Remove all matching metrics from the graph area</td> </tr>
  <tr> <td>Shift-space</td> <td>Put keyboard focus in the completer field</td> </tr>
</table>
</center>