mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Open notifier description links in new window
This commit is contained in:
parent
dd137e5c36
commit
0c33e7492a
1 changed files with 3 additions and 3 deletions
|
@ -1418,7 +1418,7 @@ class IFTTT(object):
|
||||||
config_option = [{'label': 'Ifttt Maker Channel Key',
|
config_option = [{'label': 'Ifttt Maker Channel Key',
|
||||||
'value': self.apikey,
|
'value': self.apikey,
|
||||||
'name': 'ifttt_key',
|
'name': 'ifttt_key',
|
||||||
'description': 'Your Ifttt key. You can get a key from <a href="https://ifttt.com/maker">here</a>.',
|
'description': 'Your Ifttt key. You can get a key from <a href="https://ifttt.com/maker" target="_blank">here</a>.',
|
||||||
'input_type': 'text'
|
'input_type': 'text'
|
||||||
},
|
},
|
||||||
{'label': 'Ifttt Event',
|
{'label': 'Ifttt Event',
|
||||||
|
@ -1490,13 +1490,13 @@ class TELEGRAM(object):
|
||||||
config_option = [{'label': 'Telegram Bot Token',
|
config_option = [{'label': 'Telegram Bot Token',
|
||||||
'value': self.bot_token,
|
'value': self.bot_token,
|
||||||
'name': 'telegram_bot_token',
|
'name': 'telegram_bot_token',
|
||||||
'description': 'Your Telegram bot token. Contact <a href="http://telegram.me/BotFather">@BotFather</a> on Telegram to get one.',
|
'description': 'Your Telegram bot token. Contact <a href="http://telegram.me/BotFather" target="_blank">@BotFather</a> on Telegram to get one.',
|
||||||
'input_type': 'text'
|
'input_type': 'text'
|
||||||
},
|
},
|
||||||
{'label': 'Telegram Chat ID',
|
{'label': 'Telegram Chat ID',
|
||||||
'value': self.chat_id,
|
'value': self.chat_id,
|
||||||
'name': 'telegram_chat_id',
|
'name': 'telegram_chat_id',
|
||||||
'description': 'Your Telegram Chat ID or Group ID. Contact <a href="http://telegram.me/myidbot">@myidbot</a> on Telegram to get an ID.',
|
'description': 'Your Telegram Chat ID or Group ID. Contact <a href="http://telegram.me/myidbot" target="_blank">@myidbot</a> on Telegram to get an ID.',
|
||||||
'input_type': 'text'
|
'input_type': 'text'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue