feat: add node deletion confirmation modal and global sequence guard for dashboard
This commit is contained in:
@@ -37,7 +37,121 @@
|
||||
"deleted": null,
|
||||
"deleted_at": null,
|
||||
"deletion_reason": null,
|
||||
"nodes": [],
|
||||
"nodes": [
|
||||
{
|
||||
"id": "grid_node_1",
|
||||
"location": "Unknown, Belgium",
|
||||
"status": "Online",
|
||||
"capacity": {
|
||||
"cpu_cores": 56,
|
||||
"memory_gb": 188,
|
||||
"storage_gb": 135975,
|
||||
"bandwidth_mbps": 1000,
|
||||
"ssd_storage_gb": 1863,
|
||||
"hdd_storage_gb": 134112,
|
||||
"ram_gb": 188
|
||||
},
|
||||
"used_capacity": {
|
||||
"cpu_cores": 25,
|
||||
"memory_gb": 92,
|
||||
"storage_gb": 1021,
|
||||
"bandwidth_mbps": 0,
|
||||
"ssd_storage_gb": 1021,
|
||||
"hdd_storage_gb": 0,
|
||||
"ram_gb": 92
|
||||
},
|
||||
"uptime_percentage": 99.0,
|
||||
"farming_start_date": "2025-08-10T03:03:44.241167749Z",
|
||||
"last_updated": "2025-09-09T03:03:44.241194575Z",
|
||||
"utilization_7_day_avg": 65.0,
|
||||
"slice_formats_supported": [
|
||||
"1x1",
|
||||
"2x2",
|
||||
"4x4"
|
||||
],
|
||||
"rental_options": null,
|
||||
"total_base_slices": 0,
|
||||
"allocated_base_slices": 0,
|
||||
"earnings_today_usd": 0.0,
|
||||
"grid_node_id": "1",
|
||||
"available_combinations": [],
|
||||
"slice_allocations": [],
|
||||
"slice_last_calculated": null,
|
||||
"marketplace_sla": {
|
||||
"id": "sla-repair-90a36bcd-b6e2-45e7-872a-baeaa485f220",
|
||||
"name": "Repaired Node SLA",
|
||||
"uptime_guarantee": 99.8,
|
||||
"response_time_hours": 24,
|
||||
"resolution_time_hours": 48,
|
||||
"penalty_rate": 0.01,
|
||||
"uptime_guarantee_percentage": 99.8,
|
||||
"base_slice_price": 0.5,
|
||||
"bandwidth_guarantee_mbps": 100.0,
|
||||
"last_updated": "2025-09-09T03:04:23.227212978Z"
|
||||
},
|
||||
"slice_pricing": {
|
||||
"base_price_per_hour": 1.0,
|
||||
"currency": "USD",
|
||||
"pricing_multiplier": 1.0
|
||||
},
|
||||
"grid_data": {
|
||||
"capacity": {
|
||||
"bandwidth_mbps": 1000,
|
||||
"cpu_cores": 56,
|
||||
"hdd_storage_gb": 134112,
|
||||
"memory_gb": 188,
|
||||
"ram_gb": 188,
|
||||
"ssd_storage_gb": 1863,
|
||||
"storage_gb": 135975
|
||||
},
|
||||
"certification_type": "Diy",
|
||||
"city": "Unknown",
|
||||
"country": "Belgium",
|
||||
"farm_id": 1,
|
||||
"farm_name": "Freefarm",
|
||||
"farming_policy_id": 1,
|
||||
"grid_node_id": 1,
|
||||
"last_updated": "2025-09-09T03:03:44.240833231Z",
|
||||
"location": "Unknown, Belgium",
|
||||
"node_id": 1,
|
||||
"public_ips": [
|
||||
"192.168.1.100"
|
||||
],
|
||||
"status": "Online",
|
||||
"total_resources": {
|
||||
"bandwidth_mbps": 1000,
|
||||
"cpu_cores": 56,
|
||||
"hdd_storage_gb": 134112,
|
||||
"memory_gb": 188,
|
||||
"ram_gb": 188,
|
||||
"ssd_storage_gb": 1863,
|
||||
"storage_gb": 135975
|
||||
},
|
||||
"uptime": 99.5,
|
||||
"used_resources": {
|
||||
"bandwidth_mbps": 0,
|
||||
"cpu_cores": 25,
|
||||
"hdd_storage_gb": 0,
|
||||
"memory_gb": 92,
|
||||
"ram_gb": 92,
|
||||
"ssd_storage_gb": 1021,
|
||||
"storage_gb": 1021
|
||||
}
|
||||
},
|
||||
"slice_formats": null,
|
||||
"name": "Grid Node 1",
|
||||
"region": "Belgium",
|
||||
"node_type": "MyceliumNode",
|
||||
"staking_options": null,
|
||||
"availability_status": "Available",
|
||||
"node_group_id": null,
|
||||
"group_assignment_date": null,
|
||||
"group_slice_format": null,
|
||||
"group_slice_price": null,
|
||||
"last_seen": "2025-09-09T03:03:44.241206636Z",
|
||||
"health_score": 100.0
|
||||
}
|
||||
],
|
||||
"resource_provider_earnings": [],
|
||||
"resource_provider_settings": null,
|
||||
"slice_products": [],
|
||||
|
Reference in New Issue
Block a user