1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-20 14:58:29 +00:00
thatmattlove-hyperglass/hyperglass/ui/components/output
Wilhelm Schonfeldt 4414d2ec03 fix(ui): improve BGP table field display formatting
- Fix MED field showing N/A when value is 0 (now correctly shows 0)
- Hide Originator field when empty instead of showing N/A
- Hide Age field when not available instead of showing N/A
- Add HideableField component for fields that should be hidden when empty
- Update string output formatting to skip hidden fields in text export

Resolves display issues where valid zero values and unavailable fields
were showing as N/A instead of proper formatting or being hidden.
2025-09-26 13:30:44 +02:00
..
bgp-table.tsx refactor, restructure typescript types 2021-12-18 23:45:06 -07:00
cell.tsx fix(ui): improve BGP table field display formatting 2025-09-26 13:30:44 +02:00
fields.tsx fix(ui): improve BGP table field display formatting 2025-09-26 13:30:44 +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