diff --git a/backend/public/index.html b/backend/public/index.html
index 87eac1b..40e709a 100644
--- a/backend/public/index.html
+++ b/backend/public/index.html
@@ -142,8 +142,6 @@ Domains jährlich: 0 €
-
-
diff --git a/backend/public/js/ui.js b/backend/public/js/ui.js
index 460ad38..79103ef 100644
--- a/backend/public/js/ui.js
+++ b/backend/public/js/ui.js
@@ -1,7 +1,11 @@
+window.resources = []
+
async function loadResources(){
- const resources = await api(API + "/resources/active");
+ window.resources = await api(API + "/resources/active")
+ const resources = window.resources
+
const mappings = await api(API + "/domainmap");
const table = document.getElementById("resources");