issues
search
DiamondLightSource
/
logpanel
Graylog frontend that displays aggregated, streaming logs for multiple services
Apache License 2.0
1
stars
0
forks
source link
Separate API call into its own file and simplify
#38
Closed
callumforrester
closed
4 months ago
callumforrester
commented
5 months ago
Refactor:
Separate graylog API call into its own file
Build query using function rather than hold it as global state
Simplify table construction using row-wise encoding rather than column-wise
Simplify colour lookup
Refactor: