feat(user-settings): mark beacon monitors as not yet working
The monitor client and ingestion pipeline aren't shipped, so warn users that registering a monitor here doesn't do anything yet.
This commit is contained in:
parent
124a9d105f
commit
ce9319d43b
1 changed files with 5 additions and 0 deletions
|
|
@ -58,6 +58,11 @@
|
|||
</:subtitle>
|
||||
</.header>
|
||||
|
||||
<div class="alert alert-warning text-sm">
|
||||
<.icon name="hero-exclamation-triangle" class="size-4" />
|
||||
<span>Not working yet — monitor client + ingestion pipeline still in development.</span>
|
||||
</div>
|
||||
|
||||
<.form
|
||||
:let={f}
|
||||
for={@beacon_monitor_changeset}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue