Changed new trigger flow button to do post. fixed issue 47
This commit is contained in:
parent
0a77d3f400
commit
2608ad0bfd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<h1 class="page-header">
|
<h1 class="page-header">
|
||||||
Triggers
|
Triggers
|
||||||
|
|
||||||
<form class="pull-right">
|
<form class="pull-right" method="POST">
|
||||||
<input type="hidden" name="action" value="create_flow" />
|
<input type="hidden" name="action" value="create_flow" />
|
||||||
<button type="submit" class="btn btn-default">
|
<button type="submit" class="btn btn-default">
|
||||||
<span class="glyphicon glyphicon-plus"></span>
|
<span class="glyphicon glyphicon-plus"></span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue