From f8a80693ed00b7ead2ec6826097921c3feb73eb0 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 19 Apr 2016 16:20:11 +0200 Subject: [PATCH] print some more information --- app/views/dashboard/index.html.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/views/dashboard/index.html.erb b/app/views/dashboard/index.html.erb index 0192e53..4cfea7e 100644 --- a/app/views/dashboard/index.html.erb +++ b/app/views/dashboard/index.html.erb @@ -2,4 +2,10 @@

<%= @lxd_host.class %>

<%= @cert.class %>

<%= @lxd.class %>

+

<%= @lxd.api_extensions.inspect %>

+

<%= @lxd.api_status %>

+

<%= @lxd.api_version %>

<%= @lxd.auth %>

+

<%= @lxd.config.inspect %>

+

<%= @lxd.environment.inspect %>

+

<%= @lxd.public %>