0
0
Fork 0

Display pending message on admin relays UI (#8494)

* Add missing specs for relay accept/reject

* Display pending message on admin relays UI
This commit is contained in:
Eugen Rochko 2018-08-28 05:39:43 +02:00 committed by GitHub
parent 2bbec9f4da
commit 5e1767173f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 61 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Fabricator(:relay) do
inbox_url "https://example.com/inbox"
enabled true
state :idle
end