12 lines
207 B
JavaScript
12 lines
207 B
JavaScript
document.addEventListener("DOMContentLoaded", async () => {
|
|
|
|
await loadResources()
|
|
await loadDomains()
|
|
await loadMapping()
|
|
await loadCancelled()
|
|
|
|
loadInfrastructure()
|
|
loadCosts()
|
|
|
|
})
|