Add UI for managing repo notifications

This commit is contained in:
Joseph Schorr 2014-07-17 13:32:39 -04:00
parent a84fe0681a
commit de8e898ad0
11 changed files with 450 additions and 81 deletions

View file

@ -16,8 +16,8 @@ def notification_view(notification):
return {
'uuid': notification.uuid,
'kind': notification.kind,
'method': notification.method,
'event': notification.event.name,
'method': notification.method.name,
'config': config
}