const initGlobal=function(){dataModelGlobal.initialServerInstantData().then((data=>{const{instantsWithoutGPU:instantsWithoutGPU,instantsWithGPU:instantsWithGPU,fiveBareMetal:fiveBareMetal,entryLevel:entryLevel,entryLevelGPU:entryLevelGPU,nvme:nvme,nvmeGPU:nvmeGPU,ssd:ssd,hdd:hdd,dualCPU:dualCPU,quadCPU:quadCPU,customGPU:customGPU,discountedAll:discountedAll,discountedEntryLevel:discountedEntryLevel,discountedNVME:discountedNVME,discountedDualCPU:discountedDualCPU,discountedQuadCPU:discountedQuadCPU,discountedCustomGPU:discountedCustomGPU}=data;if(typeof navigationHeader!="undefined"){navigationHeader.renderServersStock([...instantsWithoutGPU,...instantsWithGPU])}uiGlobal.initRenderInstantsTable({"without-gpu":instantsWithoutGPU,"with-gpu":instantsWithGPU,"5-bare-metal":fiveBareMetal,"entry-level":entryLevel,"entry-level-gpu":entryLevelGPU,nvme:nvme,nvmeGPU:nvmeGPU,ssd:ssd,hdd:hdd,"dual-cpu":dualCPU,"quad-cpu":quadCPU,"custom-gpu":customGPU,"discounted-all":discountedAll,"discounted-entry-level":discountedEntryLevel,"discounted-nvme":discountedNVME,"discounted-dual-cpu":discountedDualCPU,"discounted-quad-cpu":discountedQuadCPU,"discounted-custom-gpu":discountedCustomGPU});uiGlobal.renderCheapestServerPrice(instantsWithoutGPU);eventsGlobal.initFilterSelect();eventsGlobal.initShowMoreConfigsBtns()}));utilGlobal.clearOrderStorage();eventsGlobal.initStaticEvents();eventsGlobal.initDynamicallyEvents();eventsGlobal.changePlan();return{}}();