Start working on the Stats Viewer application

This commit is contained in:
Oliver-Akins 2025-04-21 00:50:58 -06:00
parent cb3bc7c86c
commit 91863d85a8
18 changed files with 422 additions and 1 deletions

View file

@ -0,0 +1,14 @@
<div>
<select
data-bind="_selectedTable"
>
{{ st-options table tables }}
</select>
{{#if subtables}}
<select
data-bind="_selectedSubtable"
>
{{ st-options subtable subtables }}
</select>
{{/if}}
</div>