Implementation of Event based triggering. issue 51

This commit is contained in:
Ziver Koc 2017-03-10 16:59:07 +01:00
parent a020ec6668
commit 9af96a7cb2
10 changed files with 144 additions and 20 deletions

View file

@ -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()}}">