NetAdmin: Gateway-kenttä, IPAM-integraatio VLAN/IP-tietoihin

- Lisää Gateway-sarake ja -valitsin NetAdmin-näkymään (devices-linkitys)
- VLAN ja IP näytetään IPAM:sta automaattisesti asiakkaan nimellä
- Muokkausmodaalissa asiakkaan IPAM VLANit/IP:t näkyvät ensimmäisinä
- DB: gateway_device_id LEFT JOIN devices, IPAM-enrichment API:ssa

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 11:09:52 +02:00
parent 6c38ba7bcb
commit 70bd095b24
5 changed files with 145 additions and 11 deletions

View File

@@ -1873,6 +1873,16 @@ span.empty {
font-size: 0.7rem;
}
.ipam-hint {
background: #f0fdf4;
color: #166534;
padding: 1px 6px;
border-radius: 4px;
font-size: 0.8rem;
border: 1px solid #bbf7d0;
cursor: help;
}
#netadmin-table code {
background: #f3f4f6;
padding: 1px 5px;