dashboard/models/rbac.authorization.k8s.io.r...

6 lines
146 B
JavaScript

export default {
nameWithinProduct() {
return this.$rootGetters['i18n/withFallback'](`rbac.displayRole.${ this.name }`, this.name);
},
};