Implementation of Event based triggering. issue 51
This commit is contained in:
parent
a020ec6668
commit
9af96a7cb2
10 changed files with 144 additions and 20 deletions
|
|
@ -52,7 +52,7 @@
|
|||
<tr><td>
|
||||
<div class="panel panel-default drop-shadow {{#.evaluate()}}panel-success{{/.evaluate()}}">
|
||||
<div class="panel-heading" style="padding: 2px 15px;">
|
||||
<small>{{.getClass().getName()}}</small>
|
||||
<small>{{.getObjectClass()}}</small>
|
||||
<form method="POST">
|
||||
<input type="hidden" name="action" value="remove_trigger">
|
||||
<input type="hidden" name="trigger-id" value="{{.getId()}}">
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
<tr><td>
|
||||
<div class="panel panel-default drop-shadow">
|
||||
<div class="panel-heading" style="padding: 2px 15px;">
|
||||
<small>{{.getClass().getName()}}</small>
|
||||
<small>{{.getObjectClass()}}</small>
|
||||
<form method="POST">
|
||||
<input type="hidden" name="action" value="remove_action">
|
||||
<input type="hidden" name="action-id" value="{{.getId()}}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue