mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Better OSX register button
This commit is contained in:
parent
9f964b5a87
commit
a946879fc1
4 changed files with 11 additions and 8 deletions
|
@ -1233,7 +1233,7 @@
|
|||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<ul class="stacked-configs list-unstyled">
|
||||
% for agent in available_notification_agents:
|
||||
% for agent in sorted(available_notification_agents, key=lambda k: k['label'].lower()):
|
||||
<li class="new-notification-agent" data-id="${agent['id']}">
|
||||
<span>${agent['label']}</span>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue