From 1c5ed449f3061d5105f55aca50114199356866f6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 16 Jan 2017 19:29:20 +0100 Subject: basic output --- templates/main.html.ep | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/main.html.ep b/templates/main.html.ep index 025bb31..f5cae1d 100644 --- a/templates/main.html.ep +++ b/templates/main.html.ep @@ -1 +1,16 @@ -

ohai!

+
+ + + + + + + % for my $host (@{$hosts}) { + + + + + + % } +
HostnameLoadOS
<%= $host->{hostname} %><%= $host->{load15} %>Debian <%= $host->{debian} %>
+
-- cgit v1.2.3