Skip to content

Commit

Permalink
F #5516: Change style for backup section in updateConf (#2348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Borges authored Nov 15, 2022
1 parent 0b4a89b commit d1cac83
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<br/>
</div>
<div class="row">
<div class="small-12 medium-4 columns">
<div class="small-12 columns">
<input type="checkbox" id="backup-volatile">
<label for="backup-volatile">
{{tr "Backup volatile disks?"}}
</label>
</div>
<div class="small-12 medium-4 columns">
<div class="small-12 columns">
<label for="fs-freeze">
{{tr "FS Freeze"}}
{{{tip (tr "How the FS is freeze for running VMs. When possible backups are crash consistent")}}}
Expand All @@ -40,14 +40,13 @@
<option value="SUSPEND">{{tr "Suspend"}}</option>
</select>
</div>
<div class="small-12 medium-4 columns">
<div class="small-12 columns">
<label for="keep-last">
{{tr "How many backups do you want to keep?"}}
</label>
<input type="number" id="keep-last" class="disabled_firecracker">
</div>
</div>
<div class="small-12 medium-4 columns">
<div class="small-12 columns">
<label for="mode">
{{tr "Mode"}}
</label>
Expand All @@ -57,5 +56,6 @@
<option value="INCREMENT">{{tr "Increment"}}</option>
</select>
</div>
</div>
</div>
</div>

0 comments on commit d1cac83

Please sign in to comment.