diff --git a/account.html b/account.html index 99aebf3..0dfe55b 100644 --- a/account.html +++ b/account.html @@ -25,24 +25,26 @@
-

Account

-
-

Username:

-

Pool:

-

VMID Range:

-
-
- - - - - - - - - - -
ResourceUsedFreeTotal
+

Account

+
+
+

Username:

+

Pool:

+

VMID Range:

+
+
+ + + + + + + + + + +
ResourceUsedFreeTotal
+
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 = ` -
+

VM ID

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 = ` -
+