Pulse/frontend-modern
rcourtman 62cd4e03db fix(docker): add container custom URL editing UI in agent settings (#1054)
Add per-container custom URL inputs to the expanded Docker agent row in
Settings → Agents. URLs are stored via DockerMetadataAPI with the key
format {hostId}:container:{containerId}, matching the backend migration
that preserves URLs across container image updates.

(cherry picked from commit 0babb2e546a0a1edaf3210073e3d5b6b7655239b)
2026-02-18 12:57:12 +00:00
..
public chore: update logo to vector SVG 2026-01-02 18:06:27 +00:00
src fix(docker): add container custom URL editing UI in agent settings (#1054) 2026-02-18 12:57:12 +00:00
.gitignore Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
.prettierignore Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
.prettierrc Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
eslint.config.js chore: upgrade eslint to v9 to fix security vulnerability 2026-02-02 14:17:53 +00:00
index.html AI Problem Solver implementation and various fixes 2025-12-06 23:46:08 +00:00
package-lock.json Fix: regenerate package-lock.json for ESLint v9 upgrade 2026-02-02 23:25:21 +00:00
package.json chore: upgrade eslint to v9 to fix security vulnerability 2026-02-02 14:17:53 +00:00
pnpm-lock.yaml chore: upgrade eslint to v9 to fix security vulnerability 2026-02-02 14:17:53 +00:00
postcss.config.js Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
tailwind.config.js feat(ui): optimize mobile view for Alerts, Storage, and Navigation 2025-12-26 13:26:21 +00:00
tsconfig.json Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
tsconfig.node.json Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
vite.config.ts feat(profiles): add AI-assisted profile suggestions 2026-01-15 13:24:18 +00:00