feat(uns): equipment detail page shell + Details tab + create-redirect

This commit is contained in:
Joseph Doherty
2026-06-11 14:36:48 -04:00
parent 5cae3c5b96
commit 7fbfeca451
5 changed files with 363 additions and 0 deletions
@@ -0,0 +1,7 @@
namespace ZB.MOM.WW.OtOpcUa.AdminUI.Uns;
/// <summary>The UNS-line and driver options the equipment page's Details tab offers, scoped to the
/// cluster that owns a given line. Empty lists when the line can't be resolved to a cluster.</summary>
public sealed record EquipmentPickContext(
IReadOnlyList<(string Id, string Display)> Lines,
IReadOnlyList<(string Id, string Display)> Drivers);