mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 08:33:58 -07:00
Added version to footer.
This commit is contained in:
parent
d958e95c59
commit
cf9ebe9f8e
3 changed files with 15 additions and 2 deletions
|
@ -7,3 +7,5 @@ var statusText = $.ajax({
|
|||
}).responseText;
|
||||
|
||||
window.ServerStatus = JSON.parse(statusText);
|
||||
|
||||
$('#footer-region .version').html(window.ServerStatus.version);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue