perbaikan search room dan building

This commit is contained in:
2024-04-24 18:32:04 +07:00
parent 49dc5613d2
commit a1f3069c05
9 changed files with 268 additions and 124 deletions

View File

@@ -0,0 +1,38 @@
[
{
"id": 1,
"build_name": "PT Allbest Solusi Sistem",
"total": "2345",
"donut": {
"series": [20, 80],
"labels": []
}
},
{
"id": 2,
"build_name": "PT Informa Media Pratama",
"total": "342",
"donut": {
"series": [40, 60],
"labels": []
}
},
{
"id": 3,
"build_name": "PT Ikea",
"total": "342",
"donut": {
"series": [50, 50],
"labels": []
}
},
{
"id": 4,
"build_name": "PT Tokopedia",
"total": "342",
"donut": {
"series": [90, 10],
"labels": []
}
}
]

View File

@@ -0,0 +1,64 @@
[
{
"type": "danger",
"value": 95,
"product": "Ruang Meeting 1",
"buttonname": "Mobile",
"amount": "$ 1200.00",
"bagde": "+8 more"
},
{
"type": "warning",
"value": 75,
"product": "Ruang Meeting 2",
"buttonname": "Teblet",
"amount": "$ 1190.00",
"bagde": "+5 more"
},
{
"type": "success",
"value": 65,
"product": "Ruang Meeting 3",
"buttonname": "Mobile",
"amount": "$ 999.00",
"bagde": "+3 more"
},
{
"type": "success",
"value": 55,
"product": "Dapur",
"buttonname": "Teblet",
"amount": "$ 1150.00"
},
{
"type": "success",
"value": 45,
"product": "Ruang Musola",
"buttonname": "Mobile",
"amount": "$ 1180.00"
},
{
"type": "danger",
"value": 90,
"product": "Ruang Server",
"buttonname": "Mobile",
"amount": "$ 1200.00",
"bagde": "+8 more"
},
{
"type": "warning",
"value": 75,
"product": "Ruang Kepala Bagian",
"buttonname": "Teblet",
"amount": "$ 1190.00",
"bagde": "+5 more"
},
{
"type": "success",
"value": 65,
"product": "Ruang Tengah",
"buttonname": "Mobile",
"amount": "$ 999.00",
"bagde": "+3 more"
}
]