This file is indexed.

/usr/lib/python2.7/dist-packages/graphite/templates/dashboardHelp.html is in graphite-web 0.9.12+debian-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
29
30
31
32
{% autoescape off %}

<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>

{% endautoescape %}