feat(hosts): multi-port filter and port list on host creation
- Network dropdowns now show "Name - CIDR" in both filter bar and add modal - Port filter accepts comma-separated ports (e.g. "80, 443"); a host must have ALL listed ports open to match (AND semantics) - Add host modal has a new "Open ports" field (comma-separated); ports are registered in the catalog and linked to the host on creation - Port conditions are inlined as validated integers in SQL (no injection risk) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -784,6 +784,13 @@ td.col-actions {
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
.field-hint {
|
||||
font-size: var(--font-xs, 0.72rem);
|
||||
font-weight: 400;
|
||||
color: var(--text-muted, var(--text-secondary));
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
/* ============================================================
|
||||
PAGINATION BAR
|
||||
============================================================ */
|
||||
|
||||
Reference in New Issue
Block a user