mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-12 14:03:16 +01:00
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
|
||||
{
|
||||
[FieldDefinition(0, Label = "URL", HelpText = "NewzNab Host Url")]
|
||||
[FieldDefinition(0, Label = "URL")]
|
||||
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 bool IsValid
|
||||
|
@ -5,10 +5,10 @@ namespace NzbDrone.Core.Indexers.NzbsRUs
|
||||
{
|
||||
public class NzbsrusSetting : IIndexerSetting
|
||||
{
|
||||
[FieldDefinition(0, Label = "UID", HelpText = "Your NzbsRus User ID")]
|
||||
[FieldDefinition(0, Label = "UID")]
|
||||
public String Uid { get; set; }
|
||||
|
||||
[FieldDefinition(1, Label = "Hash", HelpText = "Your API Hash Key")]
|
||||
[FieldDefinition(1, Label = "Hash")]
|
||||
public String Hash { get; set; }
|
||||
|
||||
public bool IsValid
|
||||
|
@ -5,10 +5,10 @@ namespace NzbDrone.Core.Indexers.Omgwtfnzbs
|
||||
{
|
||||
public class OmgwtfnzbsSetting : IIndexerSetting
|
||||
{
|
||||
[FieldDefinition(0, Label = "Username", HelpText = "Your Username")]
|
||||
[FieldDefinition(0, Label = "Username")]
|
||||
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 bool IsValid
|
||||
|
@ -1,4 +1,4 @@
|
||||
.form-horizontal {
|
||||
.control-group {
|
||||
.controls {
|
||||
i.danger {
|
||||
color: #b94a48;
|
||||
|
Loading…
Reference in New Issue
Block a user