mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Remove experimental tag for Discord
This commit is contained in:
parent
228777963f
commit
1520062878
2 changed files with 2 additions and 4 deletions
|
@ -1347,9 +1347,8 @@
|
|||
<div class="col-md-12">
|
||||
<ul class="stacked-configs list-unstyled">
|
||||
% for agent in available_notification_agents:
|
||||
<% exp = '<span style="color: #f9be03;">[experimental]</span>' if agent['name'] == 'discord' else '' %>
|
||||
<li class="new-notification-agent" data-id="${agent['id']}">
|
||||
<span>${agent['label']} ${exp | n}</span>
|
||||
<span>${agent['label']}</span>
|
||||
</li>
|
||||
% endfor
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue