Create the initial version of the TableManager class for configuring settings
This commit is contained in:
parent
4bfce858ef
commit
8a2d946b63
21 changed files with 718 additions and 115 deletions
7
public/templates/Apps/TableManager/buckets/empty.hbs
Normal file
7
public/templates/Apps/TableManager/buckets/empty.hbs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<div class="alert-box warning center">
|
||||
{{#if table}}
|
||||
<span class="large">Select a Subtable</span>
|
||||
{{else}}
|
||||
<span class="large">Select a Table</span>
|
||||
{{/if}}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue