home-assistant / landingpage

Apache License 2.0
12 stars 12 forks source link

Completely match the new Supervisor log timestamp format #110

Closed agners closed 7 months ago

agners commented 7 months ago

With the recent change which added milliseconds to the timestamp the timestamp removal regex used in the landing page frontend did not completely remove the timestamp anymore. This also lead to log level not match correctly, and hence loss of log coloring.

Correctly match the log timestamp.

See also: https://github.com/home-assistant/supervisor/pull/4954

agners commented 7 months ago

image