varaverk: redesign Fallback card — host online/offline list, state line, active fallback containers with image
This commit is contained in:
@@ -3,8 +3,9 @@ header('Content-Type: application/json');
|
||||
require_once dirname(__DIR__) . '/include/monitor.php';
|
||||
|
||||
echo json_encode([
|
||||
'fallback' => vv_fallback_state(),
|
||||
'partner' => vv_partner_state(),
|
||||
'fallback' => vv_fallback_state(),
|
||||
'fallback_active' => vv_fallback_active(),
|
||||
'partner' => vv_partner_state(),
|
||||
'resources' => vv_system_resources(),
|
||||
'cpu' => vv_cpu_per_core(),
|
||||
'mem' => vv_memory_breakdown(),
|
||||
|
||||
Reference in New Issue
Block a user