perbaikan search room dan building
This commit is contained in:
38
src/assets/data/hemat/building.json
Normal file
38
src/assets/data/hemat/building.json
Normal 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": []
|
||||
}
|
||||
}
|
||||
]
|
||||
64
src/assets/data/hemat/monitoring.json
Normal file
64
src/assets/data/hemat/monitoring.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user