This will become a rails application as client for LXD.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
329 B

<h1>Authenticate Lxd Host: <%= @lxd_host.name %></h1>
<p>...<%= @data.inspect %></p>
<%= form_for :lxd_hosts, url: { action: "add_key" }, method: 'put' do |f| %>
<div class="field">
<%= f.label :password %><br>
<%= f.password_field :password %>
</div>
<div class="actions">
<%= f.submit %>
</div>
<% end %>