mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-10 23:29:53 +02:00
New: Backup added to Settings -> System
This commit is contained in:
parent
93ee97123f
commit
928bc55839
@ -29,6 +29,11 @@
|
|||||||
</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…
Reference in New Issue
Block a user