Skip to content

Commit fb5679e

Browse files
committed
- Cleanup
1 parent 6129711 commit fb5679e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/views/webhook-logs.squirrelly

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
</div>
1818
</div>
1919

20+
<p>Whenever you create, update or delete any issue, the events are being captured using webhooks and can be seen below.</p>
21+
<p>You can check out the <code>atlassian-connect.json</code> to view the webhooks.</p>
22+
2023
<div class="logs-container">
2124
{{@if(it.logs.length)}}
2225
{{@each(it.logs) => log}}

static/css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ pre {
3838
color: #fff;
3939
border-radius: 4px;
4040
padding: 0.3em 0.75em;
41+
margin-top: 0.75em;
4142
}
4243
.logs-container > pre {
4344
background: #000;

0 commit comments

Comments
 (0)