From 473da468fa1acd78993a4dd9af8349b339cd28d9 Mon Sep 17 00:00:00 2001 From: brooke Date: Fri, 14 Mar 2025 23:41:46 -0400 Subject: [PATCH] update --- console/A2D1-KB21/index.html | 99 +++++++++++++ console/index.html | 124 ++++++---------- index.html | 5 + policy/index.html | 2 +- pricing/index.html | 276 +++++++++++++++++------------------ styles.css | 43 +++++- 6 files changed, 321 insertions(+), 228 deletions(-) create mode 100644 console/A2D1-KB21/index.html diff --git a/console/A2D1-KB21/index.html b/console/A2D1-KB21/index.html new file mode 100644 index 0000000..7708378 --- /dev/null +++ b/console/A2D1-KB21/index.html @@ -0,0 +1,99 @@ + + + + + + + +
+
+
+ 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 49e31d5..6b75fe0 100644 --- a/console/index.html +++ b/console/index.html @@ -1,98 +1,56 @@ + + + - - - - - - -
-
-
Bronze Discipline
-
- + + +
+
+
+
+

+ Select the instance you would like to manage +

+
- - - + + + + - - - - - - - - - - - - - + + + + +
TimeDescriptionStatusnameuidIPv4type
00:03:43Backup JobOK
00:08:43OK
00:05:43Install Debian 12OK Bronze DisciplineA2D1-KB2165.132.212.89us-east-xs
- - -
-
-
-
- (c) Attribution-ShareAlike 4.0 International
-     A service by - MycoSystems LLC -
- - - \ No newline at end of file +
+
+
+ + + diff --git a/index.html b/index.html index b4863b0..ec8cb0d 100644 --- a/index.html +++ b/index.html @@ -26,5 +26,10 @@ + diff --git a/policy/index.html b/policy/index.html index 33f702d..36f9f11 100644 --- a/policy/index.html +++ b/policy/index.html @@ -127,7 +127,7 @@ diff --git a/pricing/index.html b/pricing/index.html index cd5019a..7cae0ba 100644 --- a/pricing/index.html +++ b/pricing/index.html @@ -1,144 +1,142 @@ + + + - - - - - - -
-
-
-
-

compute

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
typemonthlycpusmemssd
us-east-xs$4.5011G32G
us-east-s$6.7522G32G
us-east-m$9.0044G32G
us-east-l$13.5046G32G
us-east-xl$18.0068G32G
-
- -
Available operating systems:
- - FreeBSD 14.2
- NetBSD 10.1
- Arch Linux
- Ubuntu - 22.04
- Rocky Linux 9
- Alpine Linux 3.21
- Debian 12 -
+ +
-
- - + +
+
+
+
+

compute

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
typemonthlycpusmemssd
us-east-xs$4.5011G32G
us-east-s$6.7522G32G
us-east-m$9.0044G32G
us-east-l$13.5046G32G
us-east-xl$18.0068G32G
+
+ +
Available operating systems:
+ - FreeBSD 14.2
- NetBSD 10.1
- Arch Linux
- Ubuntu + 22.04
- Rocky Linux 9
- Alpine Linux 3.21
- Debian 12 +
+
+
+
+

bricks

+
+
+ + + + + + + + + + + + + + - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + +
typemonthlysize
us-east-xs$2.15256G
us-east-s$4.35512G
us-east-m$8.501000G
us-east-l$12.751500G
us-east-xl$17.002000G
+
+ +
+ Bricks are sections of a shared RAIDz pool made up of HDDs, they can + be resized but this is a manual process so please inform us by + email. +
+
+
+
+ + + diff --git a/styles.css b/styles.css index 7b7ace7..8fef001 100644 --- a/styles.css +++ b/styles.css @@ -225,6 +225,19 @@ section { font-weight: 600; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); + gap: 0; +} + +.console-left, +.console-right { + color: #f1c9c0; + background-color: #56423d; + padding: 0.25rem; + padding-left: 0.5rem; + padding-right: 0.5rem; + border-bottom: 2px solid #f1c9c0; + height: 100%; + max-height: 3.5rem; } .console-right button, @@ -234,13 +247,11 @@ section { cursor: pointer; display: inline-block; font-size: inherit !important; - padding: 0.85rem; - padding-bottom: 0.55rem; - padding-top: 0.55rem; + padding: 0.5rem 1rem 0.5rem 1rem; text-decoration: none; font-size: 0.9rem !important; font-weight: 600; - ; + text-wrap: nowrap; } .console-right button:hover { @@ -255,6 +266,7 @@ section { .console-right { display: flex; justify-content: end; + align-items: center; gap: 1rem; } @@ -328,4 +340,25 @@ details div { font-size: 0.85rem; list-style-type: none; padding-left: 2rem; -} \ No newline at end of file +} + +.console-select .select-container { + width: 100%; +} + +.select-container tr:hover { + background-color: #503b30; + cursor: text; +} + +tr a::after { + content: ""; + display: inline-block; + width: 12px; + height: 12px; + background: url('data:image/svg+xml;utf8,') + no-repeat center center; + background-size: contain; + margin-left: 0.5rem; + vertical-align: middle; +}