mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 17:47:08 +00:00
Added images to Indexer Settings.
This commit is contained in:
parent
b146b62ef3
commit
0a844e8c58
1 changed files with 5 additions and 1 deletions
|
@ -67,6 +67,7 @@
|
|||
{
|
||||
item.Add()
|
||||
.Text("NZBs.org")
|
||||
.ImageUrl("~/Content/Images/NzbsOrg.png")
|
||||
.Content(
|
||||
"<div class=\"section_content\">" +
|
||||
|
||||
|
@ -99,6 +100,7 @@
|
|||
);
|
||||
item.Add()
|
||||
.Text("NZB Matrix")
|
||||
.ImageUrl("~/Content/Images/NzbMatrix.png")
|
||||
.Content(
|
||||
"<div class=\"section_content\">" +
|
||||
|
||||
|
@ -130,7 +132,8 @@
|
|||
"</div>"
|
||||
);
|
||||
item.Add()
|
||||
.Text("NZBsRUs")
|
||||
.Text("NZBsRus")
|
||||
.ImageUrl("~/Content/Images/NzbsRus.png")
|
||||
.Content(
|
||||
"<div class=\"section_content\">" +
|
||||
|
||||
|
@ -163,6 +166,7 @@
|
|||
);
|
||||
item.Add()
|
||||
.Text("Newzbin")
|
||||
.ImageUrl("~/Content/Images/Newzbin.png")
|
||||
.Content(
|
||||
"<div class=\"section_content\">" +
|
||||
|
||||
|
|
Loading…
Reference in a new issue