mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
switch lock from image to icon
This commit is contained in:
parent
4c501821f0
commit
672fd6a864
Binary file not shown.
Before Width: | Height: | Size: 774 B |
@ -60,7 +60,7 @@
|
||||
var htmlName = "<div class='" + cssClass + "'>";
|
||||
|
||||
if (item.LockData) {
|
||||
htmlName += '<img src="css/images/editor/lock.png" />';
|
||||
htmlName += '<iron-icon icon="lock" style="height:18px"></iron-icon>';
|
||||
}
|
||||
|
||||
htmlName += name;
|
||||
|
@ -131,7 +131,7 @@
|
||||
break;
|
||||
case "LockDataImage":
|
||||
if (rRow.HasLockData) {
|
||||
html += '<img src="css/images/editor/lock.png" style="width:18px"/>';
|
||||
html += '<iron-icon icon="lock" style="height:18px"></iron-icon>';
|
||||
}
|
||||
break;
|
||||
case "TagsPrimaryImage":
|
||||
|
Loading…
Reference in New Issue
Block a user