Refine graph explorer controls
This commit is contained in:
parent
2a2616653f
commit
035381a9df
4 changed files with 194 additions and 34 deletions
|
|
@ -124,7 +124,7 @@ def fabric_graph_explorer_manifest(base_url: str = "") -> dict[str, Any]:
|
|||
"actions": list(DISPLAY_STATES),
|
||||
"fields": [
|
||||
{"id": "kind", "label": "Kind", "type": "string"},
|
||||
{"id": "layer", "label": "Layer", "type": "string"},
|
||||
{"id": "layer", "label": "Node Type", "type": "string"},
|
||||
{"id": "repo", "label": "Repo", "type": "string"},
|
||||
{"id": "domain", "label": "Domain", "type": "string"},
|
||||
{"id": "environment", "label": "Environment", "type": "string"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue