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