# NGBVD Audit and Integration UI Consistency Fix

This patch updates only the admin pages requested by the developer:

- `/audit/logs`
- `/audit/logs/{uuid}`
- `/integrations/api-urls`
- `/integrations/api-clients`

The implementation follows the accepted `/settings` layout pattern:

- `ngbvd-page-header`
- `ngbvd-form-card`
- two-column content layout where appropriate
- right-side supporting/action cards
- consistent buttons, badges and table presentation

Audit log details now open inside a Bootstrap modal from `/audit/logs`. The direct detail URL is still available and styled consistently for fallback access.
