Added Roles, User Management, fixed bugs, added FlexTable component (should be renamed to GridTable), other table components and test code should be removed down the line, added admin function to fix broken data structures.
This commit is contained in:
8
imports/ui/Admin.svelte
Normal file
8
imports/ui/Admin.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script>
|
||||
import {Meteor} from "meteor/meteor";
|
||||
|
||||
const fixRecords = () => {Meteor.call("admin.fixRecords");}
|
||||
</script>
|
||||
<div class="container">
|
||||
<button type="button" on:click={fixRecords}>Fix Records</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user