Skip to content

Commit fbd813e

Browse files
authored
Merge pull request #83 from wiseflat/dev/build/hook-notify-1
Merge pull request #82 from wiseflat/dev/build/hook-notify
2 parents ce54389 + 05ffba1 commit fbd813e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/schemas/events.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ NEWSCHEMA('Events', function(schema) {
33
schema.action('create', {
44
name: 'Create an event',
55
permissions: 'events',
6-
76
input: 'event_type, status, message, timestamp, playbook:Object, stats:Object, hosts_details:Object',
87
action: async function($, model) {
9-
console.log(model);
108
model.id = UID();
119
model.dtcreated = NOW;
1210
model.timestamp = new Date().format('dd/MM/yyyy HH:mm:ss');

0 commit comments

Comments
 (0)