(function(){dataModel.initialServerData().then((data=>{const{instantsWithoutGPU:instantsWithoutGPU,instantsWithGPU:instantsWithGPU,fiveBareMetal:fiveBareMetal,entryLevel:entryLevel,nvme:nvme,dualCPU:dualCPU,quadCPU:quadCPU,customGPU:customGPU,allPlansData:allPlansData,entryLevelGPU:entryLevelGPU,nvmeGPU:nvmeGPU}=data;const{dedicatedPlans:dedicatedPlans,fiveBareMetalCustom:fiveBareMetalCustom,entryLevelCustom:entryLevelCustom,nvmeCustom:nvmeCustom,dualCPUCustom:dualCPUCustom,quadCPUCustom:quadCPUCustom,customGPUCustom:customGPUCustom}=allPlansData;const customData=[{id:"#table-custom",components:["CPU","RAM","HDD","PortSpeed"],value:dedicatedPlans},{id:"#five-bare-metal-custom",components:["CPU","RAM","HDD","PortSpeed"],value:fiveBareMetalCustom},{id:"#entry-level-custom",components:["CPU","RAM","HDD","PortSpeed"],value:entryLevelCustom},{id:"#nvme-custom",components:["CPU","RAM","HDD","PortSpeed"],value:nvmeCustom},{id:"#dual-cpu-custom",components:["CPU","RAM","HDD","PortSpeed"],value:dualCPUCustom},{id:"#quad-cpu-custom",components:["CPU","RAM","HDD","PortSpeed"],value:quadCPUCustom},{id:"#gpu-custom",components:["CPU","RAM","HDD","PortSpeed"],value:customGPUCustom}];uiGlobal.initRenderInstantsTable({"without-gpu":instantsWithoutGPU,"with-gpu":instantsWithGPU,"5-bare-metal":fiveBareMetal,"entry-level":entryLevel,nvme:nvme,"dual-cpu":dualCPU,"quad-cpu":quadCPU,"custom-gpu":customGPU,"entry-level-gpu":entryLevelGPU,nvmeGPU:nvmeGPU});customData.forEach((item=>uiGlobal.initRenderCustomTable(item.value,item.id,item.components,item.extraData)));uiGlobal.renderCheapestServerPrice(instantsWithoutGPU);events.initStaticEvents();eventsGlobal.initFilterSelect();eventsGlobal.initShowMoreConfigsBtns()}))})();