Skip to content

Commit

Permalink
B #5516: Fix DS_MAD on RSync DS creation (#2371)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Borges authored Nov 23, 2022
1 parent 02fa0ae commit e9a30cc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
<option value="dev">{{tr "Devices"}}</option>
<option value="iscsi_libvirt">{{tr "iSCSI/Libvirt"}}</option>
<option value="vcenter">{{tr "vCenter"}}</option>
<option value="restic">{{tr "Backup - Restic"}}</option>
<option value="restic">{{tr "Backup - Restic (EE Only)"}}</option>
<option value="rsync">{{tr "Backup - RSync"}}</option>
<option value="custom">{{tr "Custom"}}</option>
</select>
<div>
Expand Down

0 comments on commit e9a30cc

Please sign in to comment.