fix: broken download, added to queue alert, download list component; feat: monitor list
This commit is contained in:
5
templates/broadcast/Alert.stream.html.twig
Normal file
5
templates/broadcast/Alert.stream.html.twig
Normal file
@@ -0,0 +1,5 @@
|
||||
<turbo-stream action="prepend" target="alert_list">
|
||||
<template>
|
||||
<twig:Alert :title="title|default('')" :message="message" :alert_id="alert_id" data-controller="alert" />
|
||||
</template>
|
||||
</turbo-stream>
|
||||
Reference in New Issue
Block a user