diff --git a/src/components/NcAppSidebar/NcAppSidebar.vue b/src/components/NcAppSidebar/NcAppSidebar.vue index f4c4117f73..5e860ef197 100644 --- a/src/components/NcAppSidebar/NcAppSidebar.vue +++ b/src/components/NcAppSidebar/NcAppSidebar.vue @@ -158,19 +158,19 @@ export default { - + Search tab content - + Settings tab content - + diff --git a/src/components/NcAppSidebar/NcAppSidebarTabs.vue b/src/components/NcAppSidebar/NcAppSidebarTabs.vue index b3f32fb884..5afe46719c 100644 --- a/src/components/NcAppSidebar/NcAppSidebarTabs.vue +++ b/src/components/NcAppSidebar/NcAppSidebarTabs.vue @@ -3,8 +3,9 @@ - @copyright Copyright (c) 2020 Simon Belbeoch - - @author John Molakvoæ + - @author Ferdinand Thiessen - - - @license GNU AGPL version 3 or any later version + - @license AGPL-3.0-or-later - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as @@ -37,24 +38,25 @@ @keydown.end.exact.prevent="focusLastTab" @keydown.33.exact.prevent="focusFirstTab" @keydown.34.exact.prevent="focusLastTab"> - + + {{ tab.name }} + + @@ -68,11 +70,13 @@