mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 10:00:17 -04:00
- Based on the SuperFlat admin theme (I bought the extended license). - All pages are now full-width to give your data the room it deserves. - Various UX improvements (althuogh there is still room for improvement).
9 lines
319 B
HTML
9 lines
319 B
HTML
<div class="container">
|
|
<page-header title="Queries"></page-header>
|
|
|
|
<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>
|