mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 10:51:37 +00:00
fixed side bar, language and layout
This commit is contained in:
parent
9dab97a4f7
commit
d515e67d81
4 changed files with 24 additions and 12 deletions
|
|
@ -114,9 +114,9 @@ export default {
|
|||
|
||||
if (this.currentLibraryId) {
|
||||
configRoutes.push({
|
||||
id: 'library-stats',
|
||||
title: this.$strings.HeaderLibraryStats,
|
||||
path: `/library/${this.currentLibraryId}/stats`
|
||||
id: 'config-server-stats',
|
||||
title: this.$strings.HeaderServerStats,
|
||||
path: `/config/server-stats`
|
||||
})
|
||||
configRoutes.push({
|
||||
id: 'config-stats',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue