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

<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>