qol: lazy-loading of device profile organisation units

This commit is contained in:
Gary Sharp
2025-10-31 13:58:59 +11:00
parent 0e15d2a880
commit 202bbb163b
9 changed files with 352 additions and 240 deletions
+1
View File
@@ -13,6 +13,7 @@ namespace Disco.Web.Models.Shared
public bool unselectable { get; set; }
public FancyTreeNode[] children { get; set; }
public string tooltip { get; set; }
public bool lazy { get; set; }
public static FancyTreeNode FromClaimNavigatorItem(IClaimNavigatorItem Item, bool Unselectable)
{