Skip to content

Commit

Permalink
Merge pull request #106 from chris-martin/double-click-doc
Browse files Browse the repository at this point in the history
Add help text for renaming a workspace
  • Loading branch information
aphyr committed Jan 10, 2016
2 parents c031516 + 212bb11 commit 13456b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/riemann/dash/public/views/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
this.el.append('<div class="box">' +
"<p>Welcome to Riemann-Dash.</p>" +
"<p>Need a refresher on the query language? See the <a href=\"https://github.com/aphyr/riemann/blob/master/test/riemann/query_test.clj\">query tests</a> for examples, or read the <a href=\"https://github.com/aphyr/riemann/blob/master/src/riemann/Query.g\">spec</a>.</p>" +
"<p>Double-click a workspace to rename it.</p>" +
"<p>Press <b>Control/Meta+click</b> to select a view. 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>" +
Expand Down

0 comments on commit 13456b8

Please sign in to comment.