feat: delete host from UI with events and problems cleanup

DELETE /api/v1/hosts/{id} (JWT); host reappears on next agent ingest

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-29 16:52:05 +10:00
parent 2670c8cb46
commit 11195ae64f
5 changed files with 206 additions and 2 deletions
+15
View File
@@ -131,6 +131,21 @@ button.secondary {
border-color: #3d4f63;
}
button.danger {
background: transparent;
border-color: #b91c1c;
color: #f87171;
}
button.danger:hover:not(:disabled) {
background: #3f1515;
}
button:disabled {
opacity: 0.5;
cursor: not-allowed;
}
.filters {
display: flex;
flex-wrap: wrap;