1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-27 20:39:19 +00:00
thatmattlove-hyperglass/hyperglass/ui/components/output
Wilhelm Schonfeldt 7a6388bd39 fix: Improve handling of missing data fields in MikroTik BGP parser
- Update MikroTik parser to return -1 for unavailable age data instead of "0"
- Change age property return type from string to int for consistency
- Enhance frontend Age component to display "N/A" when age is -1
- Improve MonoField component to handle empty/undefined values gracefully
- Add appropriate tooltips and styling for missing data indicators

This addresses the issue where MikroTik devices don't provide route age
and source RID information, ensuring the UI displays user-friendly
indicators instead of potentially misleading placeholder values.
2025-09-26 11:55:51 +02:00
..
bgp-table.tsx refactor, restructure typescript types 2021-12-18 23:45:06 -07:00
cell.tsx tooling overhaul 2024-02-27 17:44:19 -05:00
fields.tsx fix: Improve handling of missing data fields in MikroTik BGP parser 2025-09-26 11:55:51 +02:00
highlighted.tsx fix text output empty bug 2024-02-28 22:46:49 -05:00
index.ts refactor, restructure typescript types 2021-12-18 23:45:06 -07:00
text-output.tsx refactor and restructure ui theme hooks 2021-12-19 23:30:09 -07:00