mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Add Email from name option
This commit is contained in:
parent
6d5b5e15d5
commit
65f27ee605
3 changed files with 11 additions and 4 deletions
|
@ -66,9 +66,9 @@ from plexpy import helpers
|
|||
% endfor
|
||||
</div>
|
||||
</form>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12" style="margin-top: 10px; padding-top: 10px; border-top: 1px solid #444;">
|
||||
<h4>Test ${agent['name']}</h4>
|
||||
<p class="help-block">Test if ${agent['name']} notifications are working. See logs for troubleshooting.</p>
|
||||
<p class="help-block">Test if ${agent['name']} notifications are working. See <a href="/logs">logs</a> for troubleshooting.</p>
|
||||
<div class="form-group">
|
||||
<label for="test_subject">Subject Line</label>
|
||||
<input class="form-control" type="text" id="test_subject" name="test_subject" value="PlexPy">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue