mirror of
https://github.com/taylanbakircioglu/haproxy-openmanager.git
synced 2026-09-17 16:15:20 +00:00
89ecc08ccf
Added missing fields to ensure complete entity restore: Frontend: - Added cluster_id () - Added is_active () - Total params: 30 (was 28) Backend, WAF, Server: - Reordered is_active and last_config_status for consistency - All entities now restore cluster_id and is_active Why these fields matter: - cluster_id: Restore operations may involve cluster changes - is_active: Bulk import reactivation must be reversible - Ensures complete entity rollback for all scenarios