feat(uns): equipment is a tree leaf linking to the detail page; drop EquipmentModal

This commit is contained in:
Joseph Doherty
2026-06-11 15:01:10 -04:00
parent 773c073d0e
commit 826ffdc1a0
6 changed files with 26 additions and 547 deletions
@@ -241,7 +241,7 @@ public static class UnsTreeAssembly
ClusterId = clusterId,
EntityId = equipment.EquipmentId,
ChildCount = childCount,
HasLazyChildren = childCount > 0,
HasLazyChildren = false,
};
}
}