Charcoal-SE / metasmoke

Web dashboard for SmokeDetector.
https://metasmoke.erwaysoftware.com
Creative Commons Zero v1.0 Universal
43 stars 34 forks source link

Expose SQL data explorer #398

Closed tripleee closed 6 years ago

tripleee commented 6 years ago

Currently, the SQL data explorer is not discoverable.

https://github.com/tripleee/metasmoke/tree/sql-menu has my no doubt incompetent attempt to figure out how to add it. The first commit might actually be useful. The second mainly just illustrates how lost I am.

j-f1 commented 6 years ago

The nav_link function is defined here. From my exploration of the Blazer source, this should work:

<%= nav_link Blazer::QueriesController, action: :home, label: 'SQL Data Explorer' %>