Add UI for managing repo notifications
This commit is contained in:
parent
a84fe0681a
commit
de8e898ad0
11 changed files with 450 additions and 81 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue