Remove experimental tag for Discord

This commit is contained in:
JonnyWong16 2016-10-19 21:09:49 -07:00 committed by JonnyWong16
parent 228777963f
commit 1520062878
2 changed files with 2 additions and 4 deletions

View file

@ -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>