Update tooltip topbar
This commit is contained in:
@@ -90,7 +90,7 @@ watch(() => userPrefStore.getSelApp, appUpdated, { immediate: true });
|
|||||||
|
|
||||||
<div class="topbar-project">
|
<div class="topbar-project">
|
||||||
<button @click="redirectProject()" class="p-button p-button-outlined"
|
<button @click="redirectProject()" class="p-button p-button-outlined"
|
||||||
v-tooltip="'Click to change the project'"> {{ userPrefStore.user.selectedProject.fe_name
|
v-tooltip.left="'Click to change the project'"> {{ userPrefStore.user.selectedProject.fe_name
|
||||||
}}</button>
|
}}</button>
|
||||||
</div>
|
</div>
|
||||||
<button class="layout-topbar-menu-button layout-topbar-action"
|
<button class="layout-topbar-menu-button layout-topbar-action"
|
||||||
|
|||||||
Reference in New Issue
Block a user