mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Add Plex XML shortcuts to libraries, users, and sync headers
This commit is contained in:
parent
54f4696713
commit
939755d3b7
4 changed files with 17 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
<div class='container-fluid'>
|
||||
<div class='table-card-header'>
|
||||
<div class="header-bar">
|
||||
<span><i class="fa fa-cloud-download"></i> Synced Items</span>
|
||||
<span id="sync-xml"><i class="fa fa-cloud-download"></i> Synced Items</span>
|
||||
</div>
|
||||
<div class="button-bar">
|
||||
% if _session['user_group'] == 'admin':
|
||||
|
@ -185,5 +185,9 @@
|
|||
$("#refresh-syncs-list").click(function() {
|
||||
sync_table.ajax.reload();
|
||||
});
|
||||
|
||||
$('#sync-xml').on('tripleclick', function () {
|
||||
openPlexXML('/servers/{machine_id}/sync_lists', true);
|
||||
});
|
||||
</script>
|
||||
</%def>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue