Pulse/frontend-modern/src
rcourtman 06ae5295b3 fix(ai): send Ollama URL when using default localhost address
The form pre-fills the Ollama URL field with http://localhost:11434 but
compared it against that same default value to detect changes. This meant
users configuring Ollama with the default URL never actually saved it.

Also shows actual backend error messages instead of generic "Failed to update"
when toggling the AI enable switch.

Related to #847
2025-12-15 10:03:15 +00:00
..
api feat: add persistent metrics history API endpoint 2025-12-13 14:18:16 +00:00
components fix(ai): send Ollama URL when using default localhost address 2025-12-15 10:03:15 +00:00
constants feat: add Kubernetes platform support 2025-12-12 21:31:11 +00:00
hooks fix: add null safety checks for resources() in useResourcesAsLegacy 2025-12-13 21:30:36 +00:00
pages chore: Fix all remaining lint warnings 2025-12-13 11:05:08 +00:00
stores fix: cluster-aware guest deduplication and multi-agent token binding 2025-12-14 10:16:17 +00:00
styles AI features checkpoint: Host selection, memory sparklines, UI refinements 2025-12-07 12:25:26 +00:00
test feat: enhance alerts system with tests and improved thresholds 2025-10-15 22:25:04 +00:00
types feat: frontend support for linked host agents and PVE nodes 2025-12-13 23:16:48 +00:00
utils feat: add API token to WebSocket URL for authentication 2025-12-13 21:30:27 +00:00
App.tsx fix: Hide AI sidebar button when AI is disabled 2025-12-13 16:13:25 +00:00
constants.ts Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
index.css refactor(ui): improve table column sizing and progress bar constraints 2025-11-27 12:09:12 +00:00
index.tsx Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
vite-env.d.ts Fix settings security tab navigation 2025-10-11 23:29:47 +00:00