Added node logs ui

This commit is contained in:
Masu-Baumgartner
2024-09-04 12:15:28 +02:00
parent b86e867cff
commit 077ac06dbb
2 changed files with 40 additions and 4 deletions

View File

@@ -35,6 +35,9 @@
<SmartTab Name="Allocations">
<AllocationEditor NodeId="@context.Id" />
</SmartTab>
<SmartTab Name="Logs">
<NodeLogs NodeId="@context.Id" />
</SmartTab>
</SmartTabs>
</DetailView>
</SmartCrud>