diff --git a/pkg/harvester/pages/c/_cluster/brand/index.vue b/pkg/harvester/pages/c/_cluster/brand/index.vue index 646d16ac..a2060034 100644 --- a/pkg/harvester/pages/c/_cluster/brand/index.vue +++ b/pkg/harvester/pages/c/_cluster/brand/index.vue @@ -85,6 +85,9 @@ export default { const schema = this.$store.getters[`management/schemaFor`](MANAGEMENT.SETTING); return schema?.resourceMethods?.includes('PUT') ? _EDIT : _VIEW; + }, + customLinkColor() { + return { color: this.uiLinkColor }; } }, mounted() { @@ -320,7 +323,7 @@ export default { component-testid="link" /> - + {{ t('branding.linkColor.example') }}