lib/riemann/dash/public/views/help.js in riemann-dash-0.2.7 vs lib/riemann/dash/public/views/help.js in riemann-dash-0.2.8
- old
+ new
@@ -3,9 +3,10 @@
view.View.call(this, json);
this.clickFocusable = true;
this.el.addClass("help");
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>Click 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. 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.</p>" +
"<p>Switch between workspaces with alt-1, alt-2, etc.</p>" +