Skip to content

Commit

Permalink
Merge pull request #217 from agrare/fix-snap-memory-checkbox
Browse files Browse the repository at this point in the history
Fix check_box_tag parameters for snap_memory
  • Loading branch information
mzazrivec authored Jan 23, 2017
2 parents fc08d40 + 429ff99 commit 21904d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/vm_common/_snap.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%label.control-label.col-md-2
= _('Snapshot VM memory')
.col-md-8
= check_box_tag("snap_memory", :value => "1", :checked => false)
= check_box_tag("snap_memory", "1", false)
- unless @edit
%hr
%table{:width => "100%"}
Expand Down

0 comments on commit 21904d0

Please sign in to comment.