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

@@ -51,6 +51,14 @@
<input id="api-key-input" class="form-control input-right" type="text" value="" placeholder="API Key" readonly="">
</div>
<hr />
<div id="can-upgrade-from-mono" hidden class="alert alert-info" role="alert">
<strong>Standalone version of Jackett is now available - Mono not required</strong> <br>
To upgrade to the standalone version of Jackett, <a href="#" class="alert-link">click here</a> for install instructions.
Upgrading is straight forward, your indexers and configuration will carry over.
Benefits include: increased performance, improved stability and no dependency on Mono.
</div>
<div class="pull-right">
<button id="jackett-add-indexer" class="btn btn-success btn-sm">
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span> Add indexer
@@ -671,6 +679,6 @@
</script>
<script type="text/javascript" src="../libs/api.js?changed=2017083001"></script>
<script type="text/javascript" src="../custom.js?changed=20190421"></script>
<script type="text/javascript" src="../custom.js?changed=20190427"></script>
</body>
</html>