|
|
@ -21,15 +21,12 @@ const logout = () => { |
|
|
|
<div id="nc-sidebar-left" /> |
|
|
|
<div id="nc-sidebar-left" /> |
|
|
|
|
|
|
|
|
|
|
|
<a-layout class="!flex-col"> |
|
|
|
<a-layout class="!flex-col"> |
|
|
|
<Transition name="layout"> |
|
|
|
|
|
|
|
<a-layout-header |
|
|
|
<a-layout-header |
|
|
|
v-if="!route.meta.public && signedIn && !route.meta.hideHeader" |
|
|
|
v-if="!route.meta.public && signedIn && !route.meta.hideHeader" |
|
|
|
class="flex !bg-primary items-center text-white pl-4 pr-5 shadow-lg" |
|
|
|
class="flex !bg-primary items-center text-white pl-4 pr-5 shadow-lg" |
|
|
|
> |
|
|
|
> |
|
|
|
<div |
|
|
|
<div |
|
|
|
v-if=" |
|
|
|
v-if="route.name === 'index' || route.name === 'project-index-create' || route.name === 'project-index-create-external'" |
|
|
|
route.name === 'index' || route.name === 'project-index-create' || route.name === 'project-index-create-external' |
|
|
|
|
|
|
|
" |
|
|
|
|
|
|
|
class="transition-all duration-200 p-2 cursor-pointer transform hover:scale-105 nc-noco-brand-icon" |
|
|
|
class="transition-all duration-200 p-2 cursor-pointer transform hover:scale-105 nc-noco-brand-icon" |
|
|
|
@click="navigateTo('/')" |
|
|
|
@click="navigateTo('/')" |
|
|
|
> |
|
|
|
> |
|
|
@ -88,7 +85,6 @@ const logout = () => { |
|
|
|
</a-dropdown> |
|
|
|
</a-dropdown> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</a-layout-header> |
|
|
|
</a-layout-header> |
|
|
|
</Transition> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a-tooltip placement="bottom"> |
|
|
|
<a-tooltip placement="bottom"> |
|
|
|
<template #title> Switch language</template> |
|
|
|
<template #title> Switch language</template> |
|
|
|