Call a hook to get all of the sidebar controls
This commit is contained in:
parent
eac23400a8
commit
8c9fd1930a
2 changed files with 29 additions and 15 deletions
|
|
@ -19,19 +19,13 @@
|
|||
</section>
|
||||
|
||||
<section>
|
||||
<h4 class="divider">Apps</h4>
|
||||
<button
|
||||
type="button"
|
||||
data-action="openStats"
|
||||
>
|
||||
View Statistics
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
data-action="createTable"
|
||||
>
|
||||
Create New Table
|
||||
</button>
|
||||
<button type="button">Manage Tables</button>
|
||||
<button type="button">Manage Rows</button>
|
||||
<h4 class="divider">Controls</h4>
|
||||
{{#each controls as | btn |}}
|
||||
<button
|
||||
type="button"
|
||||
data-action="{{ btn.action }}"
|
||||
>
|
||||
{{ btn.label }}
|
||||
</button>
|
||||
{{/each}}
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue