wire up the ui to the new search api (#97866)

wire up the ui to the new search api

Co-authored-by: Scott Lepper <scott.lepper@gmail.com>
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
Co-authored-by: Dan Cech <dcech@grafana.com>
This commit is contained in:
Scott Lepper
2024-12-19 13:21:48 -05:00
committed by GitHub
co-authored by Ryan McKinley Dan Cech
parent 86a13ea4bd
commit a8f347144d
27 changed files with 563 additions and 271 deletions
+6 -6
View File
@@ -47,7 +47,7 @@
"rows": [
{
"cells": [
"ns/g/folder/yyy",
"ns/folder.grafana.app/folders/yyy",
"yyy (folder)",
null,
null,
@@ -55,8 +55,8 @@
0
],
"object": {
"kind": "folder",
"apiVersion": "g",
"kind": "folders",
"apiVersion": "folder.grafana.app",
"metadata": {
"name": "yyy",
"namespace": "ns",
@@ -66,7 +66,7 @@
},
{
"cells": [
"ns/g/folder/zzz",
"ns/folder.grafana.app/folders/zzz",
"zzz (folder)",
null,
null,
@@ -74,8 +74,8 @@
0
],
"object": {
"kind": "folder",
"apiVersion": "g",
"kind": "folders",
"apiVersion": "folder.grafana.app",
"metadata": {
"name": "zzz",
"namespace": "ns",