Skip to content

Commit

Permalink
Merge pull request #13204 from openshift-cherrypick-robot/cherry-pick…
Browse files Browse the repository at this point in the history
…-13162-to-release-4.14

[release-4.14] OCPBUGS-19899: change resource icon for FenceAgentRemediationTemplate…
  • Loading branch information
openshift-ci[bot] committed Oct 9, 2023
2 parents 9570060 + 8246ac3 commit 3724a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/public/module/k8s/get-resources.ts
Expand Up @@ -26,7 +26,7 @@ const ADMIN_RESOURCES = new Set([
'secrets',
]);

const abbrBlacklist = ['ASS'];
const abbrBlacklist = ['ASS', 'FART'];
export const kindToAbbr = (kind) => {
const abbrKind = (kind.replace(/[^A-Z]/g, '') || kind.toUpperCase()).slice(0, 4);
return abbrBlacklist.includes(abbrKind) ? abbrKind.slice(0, -1) : abbrKind;
Expand Down

0 comments on commit 3724a69

Please sign in to comment.