Add editing of roles for shifts
This commit is contained in:
parent
27d853d102
commit
accc1690ff
2 changed files with 219 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
<ScheduleTable :edit="true" :location="locationFilter" />
|
||||
<h2>Events</h2>
|
||||
<EventsTable :edit="true" />
|
||||
<h2>Roles</h2>
|
||||
<RolesTable :edit="true" />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue