Fixes for testing script notifications

This commit is contained in:
Jonathan Wong 2016-01-15 00:33:40 -08:00
parent 0988b68c8c
commit 1de3c0d559
3 changed files with 76 additions and 70 deletions

View file

@ -757,9 +757,9 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
<ul class="submenu">
<li>
<div class="form-group">
<label for="notify_scripts_args_text">Script arguments</label>
<label for="notify_scripts_args_text">Script Arguments</label>
<input class="form-control" type="text" id="notify_scripts_args_text" name="notify_scripts_args_text" value="${config['notify_scripts_args_text']}" data-parsley-trigger="change">
<p class="help-block">Set arguments passed to the script</p>
<p class="help-block">Set custom arguments passed to the scripts.</p>
</div>
</li>