diff --git a/Documents/Vibe Coding Projects/dedicatednodes-redesign/dedicatednodes-bare-metal/new-baremetal.html b/Documents/Vibe Coding Projects/dedicatednodes-redesign/dedicatednodes-bare-metal/new-baremetal.html index 46216cd..0c765c8 100644 --- a/Documents/Vibe Coding Projects/dedicatednodes-redesign/dedicatednodes-bare-metal/new-baremetal.html +++ b/Documents/Vibe Coding Projects/dedicatednodes-redesign/dedicatednodes-bare-metal/new-baremetal.html @@ -4956,9 +4956,11 @@ var wpcf7 = { updatePooledVisuals(poolKey, isInstant); - // For instant customization, update the storage summary + // For instant customization, ensure storage summary is updated if (isInstant) { + console.log("Updating storage summary for instant customization..."); updateStorageSummary(); + updateSummary(); // Also call the main updateSummary } }, 100);