This commit is contained in:
j3d1 2024-06-29 16:48:08 +02:00
parent 0cb45c73db
commit 8e04cea448
4 changed files with 43 additions and 35 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>