This commit is contained in:
j3d1 2024-06-29 16:48:08 +02:00
parent 2859dff0d4
commit d18f431d82
2 changed files with 4 additions and 1 deletions

View file

@ -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>