我想创建一个显示所有仪表板的面板。该面板是在另一个我不想出现在列表中的仪表板中创建的,它(我想不在的仪表板)是登录页面,已加星标。
我尝试编辑 JSON,但无法理解通过/绕过它。
面板 JSON 是:
{
"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"
}
截至目前,面板如下所示:
. 这是在仪表板中:“ZCash 服务状态仪表板”。我希望从此处显示的仪表板列表中删除此仪表板。