Skip to content

Commit

Permalink
Merge branch 'master' of github.com:riemann/riemann-dash
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 committed Oct 13, 2019
2 parents 5db5f61 + 72ca0b3 commit acde327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/riemann/dash/public/dash.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ dash = (function() {
'<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>c</b>: display the current config</li>' +
'<li><b>w</b>: display the current config</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>' +
Expand Down
2 changes: 1 addition & 1 deletion lib/riemann/dash/public/views/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"<p>Double-click a workspace to rename it.</p>" +
"<p>Press <b>Control/Meta+click</b> to select a view (<b>Option+Command+click</b> on a Mac). Escape unfocuses. Use the arrow keys to move a view. Use Control+arrow to <i>split</i> a view in the given direction.</p>" +
"<p>To edit a view, hit e. Use enter, or click 'apply', to apply your changes. Escape cancels.</p>" +
"<p>To save your changes to the server, press s. To display the configuration, press c.</p>" +
"<p>To save your changes to the server, press s. To display the configuration, press w.</p>" +
"<p>You can refresh the page, or press r to reload.</p>" +
"<p>Make views bigger and smaller with the +/- keys. Pageup selects the parent of the current view. To delete a view, use the delete key or press d.</p>" +
"<p>Switch between workspaces with alt-1, alt-2, etc.</p>" +
Expand Down

0 comments on commit acde327

Please sign in to comment.