diff --git a/console/A2D1-KB21/index.html b/console/A2D1-KB21/index.html index 39f486a..fc2f852 100644 --- a/console/A2D1-KB21/index.html +++ b/console/A2D1-KB21/index.html @@ -108,4 +108,120 @@ - \ No newline at end of file + + +
+
+
+ Bronze Discipline
A2D1-KB21 +
+
+ +
+
+ Debian GNU/Linux 12 (bookworm)
+ 6.1.0-28-amd64 +
    +
  • IPv4: 65.132.212.89
  • +
  • IPv6: 2603:3001:6db:4900::fbf2
  • +
  • Status: Running
  • +
  • Uptime: 14 Days 14:32:04
  • +
+
+
+ +
+
+
+
+ 589.02 MB of 5.79 GB Used + 5.21 GB Free +
+
+
+ +
+
+
+
+ 2 Cores + 10% Utilization +
+
+
+
+ Instance Event Log +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
hh:mm:ssDescriptionStatus
00:03:43Backup JobOK
00:08:43Backup JobOK
00:05:43Install Debian 12OK
+
+
+
+
+
+ + + + diff --git a/console/index.html b/console/index.html index 6b75fe0..234f55e 100644 --- a/console/index.html +++ b/console/index.html @@ -53,4 +53,4 @@ MycoSystems LLC - + \ No newline at end of file diff --git a/styles.css b/styles.css index 965ede7..b500d02 100644 --- a/styles.css +++ b/styles.css @@ -261,6 +261,9 @@ section { font-size: 0.9rem !important; font-weight: 600; text-wrap: nowrap; + justify-content: center; + align-items: center; + text-align: center; } .console-right button:hover { @@ -365,4 +368,30 @@ tr a::after { background-size: contain; margin-left: 0.5rem; vertical-align: middle; -} \ No newline at end of file +} + +.loader { + display: none; + border: 4px solid transparent; + border-top: 4px solid #241917; + border-radius: 50%; + width: 1.2rem; + height: 1.2rem; + animation: spin 1s linear infinite; + margin-left: 1.3rem; + margin-right: 1.3rem; +} + +@keyframes spin { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +.loading { + background-color: #ccc; + pointer-events: none; +}