rasolar/main.tpl

17 lines
287 B
Smarty
Raw Normal View History

2019-07-31 05:48:24 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Übersicht {{server}}</title>
</head>
<body>
<p>Auslastung: {{cpupercent}}</p>
<p>Aktuelle Variablen:
<ul>
%for item in measdata:
%measlen=len(measdata[item]['measures'])
<li>{{measdata[item]['varname']}}: {{measlen}}</li>
%end
</ul>
</body>
</html>