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