mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
New: Backup added to Settings -> System
This commit is contained in:
parent
93ee97123f
commit
928bc55839
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@
|
||||||
<span class="small">@Html.DescriptionFor(m => m.AuthenticationType)</span>
|
<span class="small">@Html.DescriptionFor(m => m.AuthenticationType)</span>
|
||||||
</label>
|
</label>
|
||||||
@Html.DropDownListFor(m => m.AuthenticationType, Model.AuthTypeSelectList, new { @class = "inputClass" })
|
@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">
|
<button type="submit" class="save_button" disabled="disabled">
|
||||||
Save</button>
|
Save</button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue