Make all of the DB methods async, and update the dependencies in order to make them work with the async DBs
This commit is contained in:
parent
8a2d946b63
commit
606d6e14ea
11 changed files with 179 additions and 165 deletions
9
public/templates/Apps/TableManager/buckets.hbs
Normal file
9
public/templates/Apps/TableManager/buckets.hbs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<div class="{{buckets.classes}}">
|
||||
{{#if buckets.locked}}
|
||||
<p class="center">
|
||||
This bucket configuration has been locked, preventing editing
|
||||
of the settings.
|
||||
</p>
|
||||
{{/if}}
|
||||
{{> (lookup buckets "template") }}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue