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