Add proxy warning to dashboard

This commit is contained in:
flightlevel
2019-03-31 11:50:32 +11:00
parent a6154898ed
commit b3d2ad94a7
4 changed files with 36 additions and 7 deletions

View File

@@ -281,6 +281,10 @@ div#jackett-releases-datatable_wrapper {
width: 100%;
overflow-x: scroll;
}
input#searchquery{
input#searchquery {
width:50%;
}
#proxy-warning {
color: red;
}