split frontend into modules
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
|
||||
loadResources()
|
||||
loadCancelled()
|
||||
|
||||
loadDomains()
|
||||
loadMapping()
|
||||
|
||||
loadCosts()
|
||||
|
||||
if(typeof loadInfrastructure === "function"){
|
||||
loadInfrastructure()
|
||||
}
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user