|
|
@ -19,6 +19,7 @@ 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 v-if="signedIn" class="flex !bg-primary items-center text-white pl-4 pr-5 shadow-lg"> |
|
|
|
<a-layout-header v-if="signedIn" class="flex !bg-primary items-center text-white pl-4 pr-5 shadow-lg"> |
|
|
|
<div |
|
|
|
<div |
|
|
|
v-if="route.name === 'index' || route.name === 'project-index-create' || route.name === 'project-index-create-external'" |
|
|
|
v-if="route.name === 'index' || route.name === 'project-index-create' || route.name === 'project-index-create-external'" |
|
|
@ -76,13 +77,16 @@ const logout = () => { |
|
|
|
</a-dropdown> |
|
|
|
</a-dropdown> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</a-layout-header> |
|
|
|
</a-layout-header> |
|
|
|
|
|
|
|
</Transition> |
|
|
|
|
|
|
|
|
|
|
|
<a-tooltip> |
|
|
|
<a-tooltip> |
|
|
|
<template #title> Switch language </template> |
|
|
|
<template #title> Switch language </template> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Transition name="layout"> |
|
|
|
<div v-if="!signedIn" class="nc-lang-btn"> |
|
|
|
<div v-if="!signedIn" class="nc-lang-btn"> |
|
|
|
<GeneralLanguage /> |
|
|
|
<GeneralLanguage /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</Transition> |
|
|
|
</a-tooltip> |
|
|
|
</a-tooltip> |
|
|
|
|
|
|
|
|
|
|
|
<div class="w-full h-full overflow-hidden"> |
|
|
|
<div class="w-full h-full overflow-hidden"> |
|
|
|