Mark Discord as experimental

This commit is contained in:
JonnyWong16
2016-10-15 00:39:35 -07:00
committed by JonnyWong16
parent 5b6f876ddc
commit bfb6aee908
2 changed files with 4 additions and 2 deletions

View File

@@ -1347,8 +1347,9 @@
<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']}</span>
<span>${agent['label']} ${exp | n}</span>
</li>
% endfor
</ul>