mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-02 04:41:49 -05:00
Rolls back changes to the xss filter. Removes unnecessary sanitize of credential names in tags
This commit is contained in:
@@ -409,7 +409,7 @@ function buildCredentialDetails (credential) {
|
||||
const icon = `${credential.kind}`;
|
||||
const link = `/#/credentials/${credential.id}`;
|
||||
const tooltip = strings.get('tooltips.CREDENTIAL');
|
||||
const value = $filter('sanitize')(credential.name);
|
||||
const value = credential.name;
|
||||
|
||||
return { icon, link, tooltip, value };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user