diff --git a/lib/riemann/dash/public/dash.js b/lib/riemann/dash/public/dash.js index 136194f..b7d4bdf 100644 --- a/lib/riemann/dash/public/dash.js +++ b/lib/riemann/dash/public/dash.js @@ -193,6 +193,7 @@ dash = (function() { '
  • e: edit the view
  • ' + '
  • ?: display this help box
  • ' + '
  • s: save the dashboard
  • ' + + '
  • r: reload the dashboard from last saved config
  • ' + '
  • +: increase the size of the view
  • ' + '
  • -: decrease the size of the view
  • ' + '
  • v: split the view vertically
  • ' + @@ -204,6 +205,7 @@ dash = (function() { '
  • d: delete a view
  • ' + '
  • delete: delete a view
  • ' + '
  • alt-1, alt-2, etc: switch to a different workplace
  • ' + + '
  • p: pause/unpause the event stream(s)
  • ' + '' );