mirror of https://github.com/Sonarr/Sonarr
Removed indexer tooltips
This commit is contained in:
parent
af6e3ddb66
commit
0bc2d4814c
|
@ -5,10 +5,10 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||||
{
|
{
|
||||||
public class NewznabSettings : IIndexerSetting
|
public class NewznabSettings : IIndexerSetting
|
||||||
{
|
{
|
||||||
[FieldDefinition(0, Label = "URL", HelpText = "NewzNab Host Url")]
|
[FieldDefinition(0, Label = "URL")]
|
||||||
public String Url { get; set; }
|
public String Url { get; set; }
|
||||||
|
|
||||||
[FieldDefinition(1, Label = "API Key", HelpText = "Your API Key")]
|
[FieldDefinition(1, Label = "API Key")]
|
||||||
public String ApiKey { get; set; }
|
public String ApiKey { get; set; }
|
||||||
|
|
||||||
public bool IsValid
|
public bool IsValid
|
||||||
|
|
|
@ -5,10 +5,10 @@ namespace NzbDrone.Core.Indexers.NzbsRUs
|
||||||
{
|
{
|
||||||
public class NzbsrusSetting : IIndexerSetting
|
public class NzbsrusSetting : IIndexerSetting
|
||||||
{
|
{
|
||||||
[FieldDefinition(0, Label = "UID", HelpText = "Your NzbsRus User ID")]
|
[FieldDefinition(0, Label = "UID")]
|
||||||
public String Uid { get; set; }
|
public String Uid { get; set; }
|
||||||
|
|
||||||
[FieldDefinition(1, Label = "Hash", HelpText = "Your API Hash Key")]
|
[FieldDefinition(1, Label = "Hash")]
|
||||||
public String Hash { get; set; }
|
public String Hash { get; set; }
|
||||||
|
|
||||||
public bool IsValid
|
public bool IsValid
|
||||||
|
|
|
@ -5,10 +5,10 @@ namespace NzbDrone.Core.Indexers.Omgwtfnzbs
|
||||||
{
|
{
|
||||||
public class OmgwtfnzbsSetting : IIndexerSetting
|
public class OmgwtfnzbsSetting : IIndexerSetting
|
||||||
{
|
{
|
||||||
[FieldDefinition(0, Label = "Username", HelpText = "Your Username")]
|
[FieldDefinition(0, Label = "Username")]
|
||||||
public String Username { get; set; }
|
public String Username { get; set; }
|
||||||
|
|
||||||
[FieldDefinition(1, Label = "API Key", HelpText = "Your API Key")]
|
[FieldDefinition(1, Label = "API Key")]
|
||||||
public String ApiKey { get; set; }
|
public String ApiKey { get; set; }
|
||||||
|
|
||||||
public bool IsValid
|
public bool IsValid
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.form-horizontal {
|
.control-group {
|
||||||
.controls {
|
.controls {
|
||||||
i.danger {
|
i.danger {
|
||||||
color: #b94a48;
|
color: #b94a48;
|
||||||
|
|
Loading…
Reference in New Issue