Begin working on converting the list of text into an actual graph
This commit is contained in:
parent
c7197641b6
commit
cb519ad721
4 changed files with 108 additions and 46 deletions
12
public/templates/Apps/StatSidebar/controlSection.hbs
Normal file
12
public/templates/Apps/StatSidebar/controlSection.hbs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<section>
|
||||
<h4 class="divider">{{ sectionTitle }}</h4>
|
||||
{{#each controls as | btn |}}
|
||||
<button
|
||||
type="button"
|
||||
data-action="{{ btn.action }}"
|
||||
data-app-key="{{ btn.appKey }}"
|
||||
>
|
||||
{{ btn.label }}
|
||||
</button>
|
||||
{{/each}}
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue