mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 10:07:10 +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()
|
item.Add()
|
||||||
.Text("NZBs.org")
|
.Text("NZBs.org")
|
||||||
|
.ImageUrl("~/Content/Images/NzbsOrg.png")
|
||||||
.Content(
|
.Content(
|
||||||
"<div class=\"section_content\">" +
|
"<div class=\"section_content\">" +
|
||||||
|
|
||||||
|
@ -99,6 +100,7 @@
|
||||||
);
|
);
|
||||||
item.Add()
|
item.Add()
|
||||||
.Text("NZB Matrix")
|
.Text("NZB Matrix")
|
||||||
|
.ImageUrl("~/Content/Images/NzbMatrix.png")
|
||||||
.Content(
|
.Content(
|
||||||
"<div class=\"section_content\">" +
|
"<div class=\"section_content\">" +
|
||||||
|
|
||||||
|
@ -130,7 +132,8 @@
|
||||||
"</div>"
|
"</div>"
|
||||||
);
|
);
|
||||||
item.Add()
|
item.Add()
|
||||||
.Text("NZBsRUs")
|
.Text("NZBsRus")
|
||||||
|
.ImageUrl("~/Content/Images/NzbsRus.png")
|
||||||
.Content(
|
.Content(
|
||||||
"<div class=\"section_content\">" +
|
"<div class=\"section_content\">" +
|
||||||
|
|
||||||
|
@ -163,6 +166,7 @@
|
||||||
);
|
);
|
||||||
item.Add()
|
item.Add()
|
||||||
.Text("Newzbin")
|
.Text("Newzbin")
|
||||||
|
.ImageUrl("~/Content/Images/Newzbin.png")
|
||||||
.Content(
|
.Content(
|
||||||
"<div class=\"section_content\">" +
|
"<div class=\"section_content\">" +
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue