Skip to content

Commit

Permalink
Merge pull request #24 from sukhbir-singh/bug_fix_cp
Browse files Browse the repository at this point in the history
Fixed both crashes in confirmation page of plugin
  • Loading branch information
cpg authored Jul 2, 2019
2 parents 1cf3f6d + 2d6139c commit c2d6d04
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/views/disk_wizard/confirmation.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ javascript:
- "*****************#{user_selections} \n ******** #{@selected_disk}>"
.row
.col-md-4
= pie_chart({"Size: #{number_to_human_size @selected_disk.size}" => (@selected_disk.size)}, \
library: {legend: {position: 'bottom'}, \ \
is3D: true, \ \
pieSliceText: 'percentage', \ \
tooltip: {text: 'percentage'}, \ \
chartArea: {width: '100%', height: '78%'}, \ \
slices: [{color: '#A44585'}, {color: '#00B5F0'}] \ \
= pie_chart({"Size: #{number_to_human_size @selected_disk.size}" => (@selected_disk.size)}, \
library: {legend: {position: 'bottom'}, \
is3D: true, \
pieSliceText: 'percentage', \
tooltip: {text: 'percentage'}, \
chartArea: {width: '100%', height: '78%'}, \
slices: [{color: '#A44585'}, {color: '#00B5F0'}] \
})
.col-md-6.col-md-offset-1
br/
Expand Down Expand Up @@ -52,7 +52,7 @@ javascript:
span.glyphicon.glyphicon-arrow-left
| Back

label#debug.text-warning data-placement="left" data-toggle="tooltip" style=("cursor: pointer") title=("No executions takeplace,only list the commands which get executed."
label#debug.text-warning data-placement="left" data-toggle="tooltip" style=("cursor: pointer") title=("No executions takeplace,only list the commands which get executed.")
= check_box_tag(:debug, 1, false, class: 'format')
| Debug

Expand Down

0 comments on commit c2d6d04

Please sign in to comment.