fix(platform-service-detail-view): replace custom service log markup with dees-chart-log in the platform service detail view

This commit is contained in:
2026-03-16 14:19:49 +00:00
parent 668839887f
commit 51b4312cc0
3 changed files with 19 additions and 75 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-16 - 2.6.1 - fix(platform-service-detail-view)
replace custom service log markup with dees-chart-log in the platform service detail view
- Removes bespoke log container styles and rendering logic in favor of the shared dees-chart-log component
- Normalizes log timestamps to ISO format before passing entries to the chart component
- Enables log auto-scroll, entry limits, and metrics display for service logs
## 2026-03-16 - 2.6.0 - feat(service-create-view)
add platform service toggles for MongoDB, S3, and ClickHouse provisioning