From: Michal Fojtik <[email protected]>
Signed-off-by: Michal fojtik <[email protected]> --- server/views/storage_volumes/attach.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/server/views/storage_volumes/attach.html.haml b/server/views/storage_volumes/attach.html.haml index 2408cd9..60c23cb 100644 --- a/server/views/storage_volumes/attach.html.haml +++ b/server/views/storage_volumes/attach.html.haml @@ -16,5 +16,4 @@ Device name: %input{ :name => "device", :size => 10, :value => "/dev/sdc"} %p - %input{ :type => :hidden, :name => :id, :value => params[:id]} %input{ :type => :submit, :name => "commit", :value => "create" }/ -- 1.7.10
