1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 09:37:12 +00:00

New: Backup added to Settings -> System

This commit is contained in:
Mark McDowall 2012-01-26 19:59:30 -08:00
parent 93ee97123f
commit 928bc55839

View file

@ -28,6 +28,11 @@
<span class="small">@Html.DescriptionFor(m => m.AuthenticationType)</span>
</label>
@Html.DropDownListFor(m => m.AuthenticationType, Model.AuthTypeSelectList, new { @class = "inputClass" })
<label class="labelClass"> Backup Configuration
<span class="small">Backup your Configuration file and Database</span>
</label>
<input type="button" value="Backup Now" onclick="window.location='../System/Backup'; return false;" class="inputClass" />
<button type="submit" class="save_button" disabled="disabled">
Save</button>