Inform users that Mono is no longer needed

Note: Not enabled currently, will enable at a later date
This commit is contained in:
flightlevel
2019-04-27 20:59:33 +10:00
parent fad453cf0e
commit 0d4c8ba860
6 changed files with 59 additions and 3 deletions

View File

@@ -94,6 +94,10 @@ function loadJackettSettings() {
$("#logoutBtn").show();
}
if (data.can_run_netcore != null && data.can_run_netcore === true) {
$("#can-upgrade-from-mono").show();
}
$.each(data.notices, function (index, value) {
console.log(value);
doNotify(value, "danger", "glyphicon glyphicon-alert", false);