We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e076a35 commit c6dab62Copy full SHA for c6dab62
ui/src/components/view/ListView.vue
@@ -115,7 +115,7 @@
115
</a-tooltip>
116
</span>
117
<span v-if="$route.path.startsWith('/xaas') && !record.isuserdefined" style="padding-left: 10px;">
118
- <a-tag :color="this.$config.theme['@link-color']">{{ $t('label.inbuilt') }}</a-tag>
+ <a-tag :color="$config.theme['@link-color']">{{ $t('label.inbuilt') }}</a-tag>
119
120
121
</template>
0 commit comments