mirror of
https://github.com/getredash/redash.git
synced 2026-05-09 21:02:27 -04:00
14 lines
448 B
HTML
14 lines
448 B
HTML
<settings-screen>
|
|
<div class="row voffset1">
|
|
<div class="col-md-12">
|
|
<p>
|
|
<a href="query_snippets/new" class="btn btn-default"><i class="fa fa-plus"></i> New Snippet</a>
|
|
</p>
|
|
|
|
<smart-table rows="snippets" columns="gridColumns"
|
|
config="gridConfig"
|
|
class="table table-condensed table-hover"></smart-table>
|
|
</div>
|
|
</div>
|
|
</settings-screen>
|