Browse Source

print some more information

master
Georg Hopp 10 years ago
parent
commit
f8a80693ed
  1. 6
      app/views/dashboard/index.html.erb

6
app/views/dashboard/index.html.erb

@ -2,4 +2,10 @@
<p><%= @lxd_host.class %></p>
<p><%= @cert.class %></p>
<p><%= @lxd.class %></p>
<p><%= @lxd.api_extensions.inspect %></p>
<p><%= @lxd.api_status %></p>
<p><%= @lxd.api_version %></p>
<p><%= @lxd.auth %></p>
<p><%= @lxd.config.inspect %></p>
<p><%= @lxd.environment.inspect %></p>
<p><%= @lxd.public %></p>
Loading…
Cancel
Save