lib/riemann/dash/public/dash.js in riemann-dash-0.2.8 vs lib/riemann/dash/public/dash.js in riemann-dash-0.2.9

- old
+ new

@@ -191,20 +191,23 @@ var dialog = $( '<div><h1>Help</h1><ul>' + '<li><b>e</b>: edit the view</li>' + '<li><b>?</b>: display this help box</li>' + '<li><b>s</b>: save the dashboard</li>' + + '<li><b>r</b>: reload the dashboard from last saved config</li>' + '<li><b>+</b>: increase the size of the view</li>' + '<li><b>-</b>: decrease the size of the view</li>' + '<li><b>v</b>: split the view vertically</li>' + '<li><b>h</b>: split the view horizontally</li>' + '<li><b>&#8592;</b>: left arrow move the view to the left</li>' + '<li><b>&#8594;</b>: right arrow move the view to the right</li>' + - '<li><b>&#8593;</b>: up arrow move the view up>' + + '<li><b>&#8593;</b>: up arrow move the view up</li>' + '<li><b>&#8595;</b>: down arrow move the view down</li>' + + '<li><b>pageup</b>: select the parent of the current view</li>' + '<li><b>d</b>: delete a view</li>' + '<li><b>delete</b>: delete a view</li>' + '<li><b>alt-1, alt-2, etc</b>: switch to a different workplace</li>' + + '<li><b>p</b>: pause/unpause the event stream(s)</li>' + '</ul></div>' ); // keys.disable(); dialog.modal({onClose: function() {