I want to create a panel that shows all the dashboards. This panel is created in another dashboard which I don't want to be present in the list, and it(the dashboard which I want to be absent) is the landing page, starred.
I tried editing the JSON but could not understand to go through/around it.
The panel JSON is:
{
"cacheTimeout": null,
"description": "A service status dashboard for ZCash Ongoing Services",
"folderId": null,
"gridPos": {
"h": 12,
"w": 12,
"x": 12,
"y": 8
},
"headings": false,
"id": 2,
"limit": 10,
"links": [],
"options": {},
"query": "",
"recent": false,
"search": true,
"starred": false,
"tags": [],
"timeFrom": null,
"timeShift": null,
"title": "ZEC Service Status Dashboard",
"type": "dashlist"
}
As of now, the panel looks like this:
. And this is in the dashboard: "ZCash service status dashboard". I want this dashboard to be removed from the dashboard list shown here.