Display app version in web interface

This commit is contained in:
unknown
2015-07-11 10:53:18 -06:00
parent 9ffa461ae3
commit a6213c1b9a
5 changed files with 168 additions and 149 deletions

View File

@@ -89,6 +89,7 @@ function reloadIndexers() {
$('#unconfigured-indexers').empty();
var jqxhr = $.get("get_indexers", function (data) {
$("#api-key-input").val(data.api_key);
$("#app-version").html(data.app_version);
displayIndexers(data.items);
}).fail(function () {
doNotify("Error loading indexers, request to Jackett server failed", "danger", "glyphicon glyphicon-alert");