fixed notifiers urlprefix
This commit is contained in:
parent
a7443f6d6b
commit
5ac077030d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ GoWatch
|
|||
<tr>
|
||||
<td class="h3">{{ $name }}</td>
|
||||
<td>
|
||||
<form action="{{.urlPrefix}}notifiers/test" method="post">
|
||||
<form action="{{$.urlPrefix}}notifiers/test" method="post">
|
||||
<input type="hidden" name="notifier_name" value="{{ $name }}">
|
||||
<input type="submit" class="btn btn-primary" value="Test">
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue