-
-
-
- Resource |
- Used |
- Free |
- Total |
-
-
-
-
+
Account
+
+
+
Username:
+
Pool:
+
VMID Range:
+
+
+
+
+
+ Resource |
+ Used |
+ Free |
+ Total |
+
+
+
+
+
diff --git a/scripts/index.js b/scripts/index.js
index 1dd45a3..30ae543 100644
--- a/scripts/index.js
+++ b/scripts/index.js
@@ -32,7 +32,7 @@ async function populateInstances () {
instances.sort((a, b) => (a.vmid > b.vmid) ? 1 : -1);
instanceContainer.innerHTML = `
-
+
diff --git a/scripts/instance.js b/scripts/instance.js
index 337b5ce..92fc6d7 100644
--- a/scripts/instance.js
+++ b/scripts/instance.js
@@ -9,7 +9,7 @@ export class Instance extends HTMLElement {
shadowRoot.innerHTML = `
-