mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
f1cddf047e
Fix URL path matching order in deriveTabFromPath() where clicking 'System Logs' would incorrectly navigate to 'General'. The generic /settings/system check was matching before /settings/system-logs because the latter contains the former as a substring. Moved specific system-* path checks before the generic fallback.