pretty much "the rest"
This commit is contained in:
parent
bdb992a8e5
commit
a7fa7558b3
13 changed files with 399 additions and 27 deletions
|
|
@ -140,6 +140,9 @@ export default {
|
|||
},
|
||||
backendDescriptionLabel () {
|
||||
if (this.realSource !== 'admin') return ''
|
||||
if (this.overrideBackendDescriptionLabel !== '' && typeof this.overrideBackendDescriptionLabel === 'string') {
|
||||
return this.overrideBackendDescriptionLabel
|
||||
}
|
||||
if (!this.backendDescription || this.overrideBackendDescriptionLabel) {
|
||||
return this.$t([
|
||||
'admin_dash',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue