blob: 3105a1c9338cbd56dfdd2cd954191058fe308594 (
plain)
1
2
3
4
5
6
7
8
9
|
<% local view = ... %>
<h1>Process information</h1>
<h2>Processor</h2>
<pre><%= html.html_escape(view.value.processor.value) %></pre>
<h2>Memory</h2>
<pre><%= html.html_escape(view.value.memory.value) %></pre>
|