Frontend: Set library page title

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-07-04 08:17:42 +02:00
parent e5770e20bb
commit 8899eb4894

View file

@ -238,21 +238,21 @@ export default [
name: "library_logs",
path: "/library/logs",
component: Library,
meta: {auth: true, background: "application-light"},
meta: {title: $gettext("Library"), auth: true, background: "application-light"},
props: {tab: 2},
},
{
name: "library_import",
path: "/library/import",
component: Library,
meta: {auth: true, background: "application-light"},
meta: {title: $gettext("Library"), auth: true, background: "application-light"},
props: {tab: 1},
},
{
name: "library",
path: "/library",
component: Library,
meta: {auth: true, background: "application-light"},
meta: {title: $gettext("Library"), auth: true, background: "application-light"},
props: {tab: 0},
},
{