mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-04 06:48:27 -05:00
fix notifications, add dynamic listener url
This commit is contained in:
@@ -25,7 +25,7 @@ const WebhookUrl: Component<{}> = (p) => {
|
||||
style={{ "flex-wrap": "wrap" }}
|
||||
>
|
||||
<Show when={listenerUrl()} fallback={<Loading type="three-dot" />}>
|
||||
<div class="ellipsis" style={{ width: "250px" }}>
|
||||
<div class="ellipsis" style={{ "max-width": "250px" }}>
|
||||
{listenerUrl()}
|
||||
</div>
|
||||
</Show>
|
||||
|
||||
Reference in New Issue
Block a user