Project

General

Profile

Revision f4c209f1

Added by Dmitri Dolguikh about 8 years ago

fixes #9004: wizard moves correctly between persisted states now

View differences:

app/views/containers/steps/configuration.html.erb
1 1
<%= render :layout => 'title', :locals => { :step => 3 } do %>
2
  <%= form_for @configuration, :url => wizard_path, :method => :put do |f| %>
2
  <%= form_for @docker_container_wizard_states_configuration, :url => wizard_path, :method => :put do |f| %>
3 3
    <h3><%= _("Basic options") %></h3>
4 4
    <%= text_f f, :name,       :size => 'col-md-4' %>
5 5
    <%= text_f f, :command,    :size => 'col-md-4' %>

Also available in: Unified diff