mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Remove markdown pipe for webhook payload data (#18439)
1. Fixes #18435 Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
6e9f72315f
commit
d22c94b4fa
@ -99,9 +99,7 @@
|
|||||||
}}</pre>
|
}}</pre>
|
||||||
<pre
|
<pre
|
||||||
[innerHTML]="
|
[innerHTML]="
|
||||||
toJson(execution?.extra_attrs?.payload)
|
toJson(execution?.extra_attrs?.payload) | json
|
||||||
| json
|
|
||||||
| markdown
|
|
||||||
"
|
"
|
||||||
class="abc"
|
class="abc"
|
||||||
*ngIf="useJsonFormat(execution?.vendor_type)"></pre>
|
*ngIf="useJsonFormat(execution?.vendor_type)"></pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user