mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +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
|
||||
[innerHTML]="
|
||||
toJson(execution?.extra_attrs?.payload)
|
||||
| json
|
||||
| markdown
|
||||
toJson(execution?.extra_attrs?.payload) | json
|
||||
"
|
||||
class="abc"
|
||||
*ngIf="useJsonFormat(execution?.vendor_type)"></pre>
|
||||
|
Loading…
Reference in New Issue
Block a user