(function(){dataModel.initialServerData().then((data=>{const{dedicatedPlans:dedicatedPlans,instantsWithoutGPU:instantsWithoutGPU,instantsWithGPU:instantsWithGPU}=data;uiGlobal.initRenderInstantsTable({"without-gpu":instantsWithoutGPU,"with-gpu":instantsWithGPU});uiGlobal.initRenderCustomTable(dedicatedPlans,"#table-custom",["CPU","RAM","HDD","PortSpeed"]);eventsGlobal.initFilterSelect();eventsGlobal.initShowMoreConfigsBtns()}))})();