mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 21:51:14 -07:00
Remove Browser notifications experimental tag
This commit is contained in:
parent
c3b0aef1ef
commit
db81dc39ba
1 changed files with 0 additions and 4 deletions
|
@ -1215,11 +1215,7 @@
|
|||
% else:
|
||||
<a href="javascript:void(0)" data-target="#notification-triggers-modal" data-id="${agent['id']}" class="toggle-notification-triggers-modal toggle-left" data-toggle="modal"><i class="fa fa-lg fa-bell"></i></a>
|
||||
% endif
|
||||
% if agent['id'] == 17:
|
||||
${agent['name']} <span style="color: #eb8600; padding-left: 10px;">[experimental]</span>
|
||||
% else:
|
||||
${agent['name']}
|
||||
% endif
|
||||
% if agent['has_config']:
|
||||
<a href="javascript:void(0)" rel="tooltip" data-target="#notification-config-modal" data-placement="top" title data-title="Open configuration" data-id="${agent['id']}" class="toggle-notification-config-modal toggle-right" data-toggle="modal"><i class="fa fa-lg fa-cog"></i></a>
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue