Open
Description
Currently the UI uses a database dump to gather information to display. Some of that information is the parent child relationships from wrangler. The UI scrapes the wrangler entity variable children. This restricts wranglers ent:children structure.
The UI would benefit from using KRL sky api for accessing wrangler variables instead of using javascript to manipulate database dumps.