Skip to content

Commit

Permalink
Merge pull request #20 from Geode-solutions/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
JulienChampagnol authored Sep 20, 2023
2 parents 1b0d8f3 + 57d0c62 commit 293d8ba
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions components/Errors/Snackers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<v-col cols="auto">
<v-tooltip location="left">
<span>
{{ error.code }}<br />
{{ error.route }}<br />
{{ error.description }}
error: {{ error.code }} {{ error.name }}<br />
ressource: {{ error.route }}
<br>
</span>
<template #activator="{ props }">
Expand All @@ -19,7 +18,17 @@
</v-tooltip>
</v-col>
<v-col cols="9" class="text-no-wrap overflow-hidden">
{{ error.name }}
<v-tooltip location="top">
<span>
{{ error.description }}
<br>
</span>
<template #activator="{ props }">
<div v-bind="props">
{{ error.description }}
</div>
</template>
</v-tooltip>
</v-col>
<v-spacer />
<v-col cols="auto">
Expand All @@ -46,4 +55,4 @@ function calc_margin (index) {
.v-snackbar :deep(.v-snackbar__content) {
width: 100%;
}
</style>
</style>

0 comments on commit 293d8ba

Please sign in to comment.