mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Show tags in notification text preview modal
This commit is contained in:
parent
5749ab7c92
commit
6397b1e5a7
2 changed files with 8 additions and 3 deletions
|
@ -8,7 +8,12 @@
|
|||
% if text:
|
||||
% for item in text:
|
||||
<div style="padding-bottom: 10px;">
|
||||
<h4>${item['media_type'].capitalize()}</h4>
|
||||
<h4>
|
||||
${item['media_type'].capitalize()}
|
||||
% if item['media_type'] != 'server':
|
||||
<span class="inline-pre"><${item['media_type']}></${item['media_type']}></span> tags
|
||||
% endif
|
||||
</h4>
|
||||
% if agent != 'webhook':
|
||||
<pre>${item['subject']}</pre>
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue