summaryrefslogtreecommitdiffstats
path: root/health-proc-html.lsp
blob: d5f0a0ae41e332a15d77c7d16599273ecd082f58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<% local view = ... %>
<% html = require("acf.html") %>

<h1>Hardware information</h1>

<h2>Processor</h2>
<DL>
<pre><%= html.html_escape(view.value.processor.value) %></pre>
</DL>

<h2>Memory</h2>
<DL>
<pre><%= html.html_escape(view.value.memory.value) %></pre>
</DL>