Implemented basic inventory
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<template name="inventoryTables">
|
||||
{{#each containers}}
|
||||
{{> containerTable}}
|
||||
{{/each}}
|
||||
</template>
|
||||
Reference in New Issue
Block a user