mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 09:53:59 +00:00
0bf6e39c66
1. Search (client side). 2. Stats about queries. 3. Pagination.
7 lines
270 B
HTML
7 lines
270 B
HTML
<div class="container">
|
|
<rd-tabs tabs-collection='tabs' selected-tab='selectedTab'></rd-tabs>
|
|
<smart-table rows="queries" columns="gridColumns"
|
|
config="gridConfig"
|
|
class="table table-condensed table-hover"></smart-table>
|
|
</div>
|