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

update icons

This commit is contained in:
Luke Pulverenti 2015-10-16 14:34:05 -04:00
parent 6084652e0b
commit 31091e3937
5 changed files with 8 additions and 6 deletions

View file

@ -53,7 +53,7 @@
html += '<paper-icon-item class="scheduledTaskPaperIconItem" data-status="' + task.State + '">';
html += "<a item-icon class='clearLink' href='scheduledtask.html?id=" + task.Id + "'>";
html += '<paper-fab class="listAvatar" icon="av-timer"></paper-fab>';
html += '<paper-fab class="listAvatar" icon="schedule"></paper-fab>';
html += "</a>";
html += '<paper-item-body two-line>';