feat(web): расписание, каналы уведомлений, история проверок, drift-badge
This commit is contained in:
@@ -2,6 +2,7 @@ import { useId, useState } from "react"
|
||||
import { useParams } from "react-router-dom"
|
||||
import { AlertTriangle, Loader2, Play, RefreshCw, TriangleAlert } from "lucide-react"
|
||||
import { DiffView } from "@/components/DiffView"
|
||||
import { DomainHistory } from "@/components/DomainHistory"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { Checkbox } from "@/components/ui/checkbox"
|
||||
import { Label } from "@/components/ui/label"
|
||||
@@ -137,6 +138,8 @@ export function DomainDiffPage() {
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
|
||||
<DomainHistory domainId={id} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user