feat(ui): Mount provider workload Logs explorer - #255
Merged
Conversation
Replace the Coming Soon Logs tab with the empty datum-ui explorer until Loki is wired, and bump provider datum-ui so Logs exists.
4 tasks
gaghan430
approved these changes
Aug 27, 2026
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The provider Workload Logs tab had nowhere to plug datum-ui Logs, just a dashed coming-soon empty. Consumer already did this on instance detail in #251. Staff-portal has no instance page (instances expand inline), so this puts the empty explorer on the existing Logs tab until Loki is wired.
Also bumps provider datum-ui to 2.3.0 so Logs exists, leaves
@datum-cloud/datum-ui/logsunshared over Module Federation (that share was breaking WorkloadDetail on the consumer side), and pins Node with.nvmrcin both UI plugins because Vite 7 wants 20.19+.Events and Metrics stay Coming Soon.
Related to #251