mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 01:58:09 -03:30
Add sanitize filter to token description field
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
</at-row-item>
|
||||
<at-row-item
|
||||
label-value="{{:: vm.strings.get('list.ROW_ITEM_LABEL_DESCRIPTION') }}"
|
||||
value="{{ token.description }}">
|
||||
value="{{ token.description | sanitize }}">
|
||||
</at-row-item>
|
||||
<at-row-item
|
||||
label-value="{{:: vm.strings.get('list.ROW_ITEM_LABEL_SCOPE') }}"
|
||||
|
||||
Reference in New Issue
Block a user