summaryrefslogtreecommitdiffstats
path: root/web/html/about.html.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2023-02-13 19:43:51 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2023-02-13 19:43:51 +0000
commitf73f2356820468344757dbb9d7f3ec73ece7bf66 (patch)
treecc4d1f8559ab8d0e73f4efed80c1f5c866501a12 /web/html/about.html.in
parentReworking container version command in python. (diff)
downloadcompute-tools-next+web.tar.xz
compute-tools-next+web.zip
Updating.next+web
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'web/html/about.html.in')
-rw-r--r--web/html/about.html.in53
1 files changed, 53 insertions, 0 deletions
diff --git a/web/html/about.html.in b/web/html/about.html.in
new file mode 100644
index 0000000..1b27e87
--- /dev/null
+++ b/web/html/about.html.in
@@ -0,0 +1,53 @@
+<div style="height: 4em"></div>
+
+<div class="h-100 p-5 bg-light border rounded-3">
+ <h1 style="margin-top: 0;"><b>compute-tools</b> ({cnt_version})</h1>
+
+ <div style="height: 2em"></div>
+
+ <div style="border-left: 1em solid #a40000; padding-top: 1em; padding-left: 1em; padding-bottom: 1em;">
+ <h3 style="margin-top: 0;">
+ <ul style="list-style: none;">
+ <li>
+ <div class="row">
+ <div class="col-md-3">
+ <b>running on</b>
+ </div>
+
+ <div class="col-md-9">
+ {os_string}
+ </div>
+ </div>
+ </li>
+
+ <li><div style="height: 1em"></div></li>
+
+ <li>
+ <div class="row">
+ <div class="col-md-3">
+ <b>using</b>
+ </div>
+
+ <div class="col-md-9">
+ {kernel_name}, {kernel_version} [{host_architecture}]
+ </div>
+ </div>
+ </li>
+
+ <li><div style="height: 1em"></div></li>
+
+ <li>
+ <div class="row">
+ <div class="col-md-3">
+ <b>up since</b>
+ </div>
+
+ <div class="col-md-9">
+ {host_uptime}
+ </div>
+ </div>
+ </li>
+ </ul>
+ </h3>
+ </div>
+</div>