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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user