generated from kitloong/json-server-vercel
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
46 lines (46 loc) · 913 Bytes
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"categories": [
{
"id": "1774",
"name": "CSPM Executive Dashboard",
"buttons": [
{
"text": "Widget1",
"image": "https://cdn1.iconfinder.com/data/icons/miscellaneous-4/32/dashboard-medium-1024.png"
},
{
"text": "Widget2",
"image": "https://storage.googleapis.com/blogs-images/ciscoblogs/1/2021/10/Predictive-analytics-2.png"
}
]
},
{
"id": "785f",
"name": "CWPP Dashboard",
"buttons": [
{
"text": "Widget1",
"image": ""
},
{
"text": "Widget2",
"image": ""
}
]
},
{
"id": "05d1",
"name": "Registry Scan",
"buttons": [
{
"text": "Widget1",
"image": ""
},
{
"text": "Widget2",
"image": ""
}
]
}
]
}