summaryrefslogtreecommitdiffstats
path: root/web/html/about.html.in
blob: 1b27e8793cbfdfe335efcbf9ea0e8c76f3393ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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>