mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add mobile device settings
This commit is contained in:
parent
1ca1f9975c
commit
019787b32d
9 changed files with 343 additions and 173 deletions
|
@ -23,7 +23,7 @@ DOCUMENTATION :: END
|
|||
</span>
|
||||
</li>
|
||||
% endfor
|
||||
<li class="add-notification-agent">
|
||||
<li class="add-notification-agent" id="add-notification-agent" data-target="#add-notifier-modal" data-toggle="modal">
|
||||
<span>
|
||||
<span class="toggle-left"><i class="fa fa-lg fa-bell"></i></span> Add a new notification agent
|
||||
<span class="toggle-right"><i class="fa fa-lg fa-plus"></i></span>
|
||||
|
@ -32,11 +32,6 @@ DOCUMENTATION :: END
|
|||
</ul>
|
||||
|
||||
<script>
|
||||
// Load add notification agent modal
|
||||
$(".add-notification-agent").click(function () {
|
||||
$("#add-notifier-modal").modal('show');
|
||||
});
|
||||
|
||||
// Load notification agent config modal
|
||||
$(".notification-agent").click(function () {
|
||||
var notifier_id = $(this).data('id');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue