1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixes #640 - Add management filters

This commit is contained in:
Luke Pulverenti 2013-12-01 21:24:14 -05:00
parent c6dd5d44df
commit 0605bfbaaa
9 changed files with 294 additions and 116 deletions

View file

@ -644,7 +644,7 @@ var Dashboard = {
}
}
html += '<a href="edititemmetadata.html" style="margin-top: .5em;">Metadata Manager</a>';
html += '<a href="edititemmetadata.html" style="margin-top: 1em;">Metadata Manager</a>';
// collapsible
html += '</div>';