ScopesInput: Display parent and use + as separator (#107698)

* Display group and use + as separator

* Set/get parent node from URL

* Add hook useScopeNode

* Add loading state and Skeleton

* Add preload and actually commit hook

* Add preload

* Add feature flag

* Update test

* Fix test

* Fix tree test
This commit is contained in:
Tobias Skarhed
2025-07-31 16:32:41 +02:00
committed by GitHub
parent 32434810e1
commit 972e2f31e5
13 changed files with 172 additions and 25 deletions
+16
View File
@@ -3242,6 +3242,22 @@
"hideFromDocs": true
}
},
{
"metadata": {
"name": "useScopeSingleNodeEndpoint",
"resourceVersion": "1753960766702",
"creationTimestamp": "2025-07-31T11:19:26Z"
},
"spec": {
"description": "Use the single node endpoint for the scope api. This is used to fetch the scope parent node.",
"stage": "experimental",
"codeowner": "@grafana/grafana-operator-experience-squad",
"frontend": true,
"hideFromAdminPage": true,
"hideFromDocs": true,
"expression": "false"
}
},
{
"metadata": {
"name": "useScopesNavigationEndpoint",