mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 08:45:24 +00:00
Fix imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import logger from "@server/logger";
|
import logger from "@server/logger";
|
||||||
import { processAlerts } from "@server/lib/alerts";
|
import { processAlerts } from "#dynamic/lib/alerts";
|
||||||
import {
|
import {
|
||||||
db,
|
db,
|
||||||
statusHistory,
|
statusHistory,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import logger from "@server/logger";
|
import logger from "@server/logger";
|
||||||
import { processAlerts } from "@server/lib/alerts";
|
import { processAlerts } from "#dynamic/lib/alerts";
|
||||||
import { db, logsDb, statusHistory, Transaction } from "@server/db";
|
import { db, logsDb, statusHistory, Transaction } from "@server/db";
|
||||||
import { invalidateStatusHistoryCache } from "@server/lib/statusHistory";
|
import { invalidateStatusHistoryCache } from "@server/lib/statusHistory";
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import logger from "@server/logger";
|
import logger from "@server/logger";
|
||||||
import { processAlerts } from "@server/lib/alerts";
|
import { processAlerts } from "#dynamic/lib/alerts";
|
||||||
import {
|
import {
|
||||||
db,
|
db,
|
||||||
logsDb,
|
logsDb,
|
||||||
|
|||||||
@@ -1014,7 +1014,7 @@ function WebhookActionFields({
|
|||||||
<Textarea
|
<Textarea
|
||||||
{...field}
|
{...field}
|
||||||
placeholder={
|
placeholder={
|
||||||
'{{\n "event": "{{event}}",\n "timestamp": "{{timestamp}}",\n "status": "{{status}}",\n "data": {{data}}\n}}'
|
'{\n "event": "{{event}}",\n "timestamp": "{{timestamp}}",\n "status": "{{status}}",\n "data": {{data}}\n}'
|
||||||
}
|
}
|
||||||
className="font-mono text-xs min-h-45 resize-y"
|
className="font-mono text-xs min-h-45 resize-y"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user