Skip to content
Snippets Groups Projects

Resolve "Include dynamic titles in app bar of new SPA"

Merged Julian requested to merge 859-include-dynamic-titles-in-app-bar-of-new-spa into master
Files
7
@@ -25,7 +25,7 @@
class="white--text text-decoration-none"
@click="$router.push({ name: 'dashboard' })"
>
{{ systemProperties.sitePreferences.generalTitle }}
{{ $root.toolbarTitle }}
</v-toolbar-title>
<v-progress-linear
Loading