File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,3 @@ Webhooks can be manually created in
20
20
21
21
For more information about webhooks, and for a full list of available webhooks, please refer to our
22
22
[ documentation] ( https://developer.atlassian.com/cloud/jira/platform/webhooks/#registering-a-webhook-using-the-jira-rest-api--other-integrations- ) .
23
-
24
- ## Example logs:
Original file line number Diff line number Diff line change 7
7
{{@includeFile('./partial/back-nav.squirrelly') /}}
8
8
<div id="webhooks" data-page-content="{{ it.pageContent.toString() }}"></div>
9
9
10
- <div class="flexed">
10
+ <div class="logs-title">
11
+ <h2>Example logs:</h2>
11
12
<div>
12
13
<a class="aui-button" onclick="AP.navigator.reload();">
13
14
<span class="aui-icon aui-icon-small aui-iconfont-refresh">Refresh</span>
14
15
<span>Refresh</span>
15
16
</a>
16
17
</div>
17
18
</div>
18
- <br>
19
+
19
20
<div class="logs-container">
20
21
{{@if(it.logs)}}
21
22
{{@each(it.logs) => log}}
Original file line number Diff line number Diff line change @@ -18,23 +18,28 @@ body {
18
18
cursor : pointer;
19
19
}
20
20
21
- .flexed {
21
+ .logs-title {
22
22
display : flex;
23
23
justify-content : space-between;
24
24
align-items : center;
25
+ margin : 2.5em 0 1em ;
25
26
}
26
27
27
- . config-container {
28
+ pre {
28
29
background : # f4f5f7 ;
29
30
padding : 0.75em ;
30
31
border-radius : 4px ;
31
32
}
32
33
33
34
.logs-container {
35
+ width : calc (100vw - 340px );
34
36
overflow : auto;
35
37
background : # 000 ;
36
38
color : # fff ;
37
39
border-radius : 4px ;
38
40
padding : 0.3em 0.75em ;
39
41
}
42
+ .logs-container > pre {
43
+ background : # 000 ;
44
+ }
40
45
You can’t perform that action at this time.
0 commit comments