feat(uns): equipment detail page shell + Details tab + create-redirect
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user