stash
This commit is contained in:
parent
0cb45c73db
commit
8e04cea448
4 changed files with 43 additions and 35 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<ul>
|
||||
<li v-for="channel in userNotificationChannels" :key="channel.id">
|
||||
{{ channel.name }}
|
||||
{{ channel.id }} - {{ channel.channel_type }} - {{ channel.channel_target }} - {{ channel.event_filter }} - {{ channel.active }} - {{ channel.created }} - {{ channel.user }}
|
||||
</li>
|
||||
</ul>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue