popup single RE + project button + exec list filter

This commit is contained in:
Florinda
2024-11-19 10:10:00 +01:00
parent ca4e6defb3
commit cc051d7134
4 changed files with 27 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
<span v-if="user">
{{ user.name + " " + user.surname }}
</span>
<button @click="redirectProject()" class="p-button p-button-outlined">Projects</button>
<!-- <button @click="redirectProject()" class="p-button p-button-outlined">Projects</button> -->
<button @click="auth.logout()" class="p-button p-button-danger p-button-outlined">Logout</button>
</div>
</div>