Add request status to notifier logs

This commit is contained in:
JonnyWong16 2016-04-26 22:17:33 -07:00
parent fd587fe108
commit 3ecc90d21a
2 changed files with 8 additions and 8 deletions

View file

@ -74,7 +74,7 @@ from plexpy import helpers
</form>
<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 <a href="/logs">logs</a> for troubleshooting.</p>
<p class="help-block">Test if ${agent['name']} notifications are working. See <a href="logs">logs</a> for troubleshooting.</p>
% if agent['name'] == 'Scripts':
<div class="form-group">
<label for="test_script">Script</label>