feat: color domain names about to expire

This commit is contained in:
Maël Gangloff
2024-12-18 19:40:34 +01:00
parent 9df6c24a75
commit ab7ce83518
3 changed files with 17 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ import {AimOutlined} from "@ant-design/icons";
export type Watchlist = {
name?: string
token: string,
domains: { ldhName: string }[],
domains: { ldhName: string, deleted: boolean, status: string[] }[],
triggers?: { event: EventAction, action: string }[],
dsn?: string[]
connector?: {