Skip to content

Commit 293d8ba

Browse files
Merge pull request #20 from Geode-solutions/next
Next
2 parents 1b0d8f3 + 57d0c62 commit 293d8ba

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

components/Errors/Snackers.vue

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
<v-col cols="auto">
77
<v-tooltip location="left">
88
<span>
9-
{{ error.code }}<br />
10-
{{ error.route }}<br />
11-
{{ error.description }}
9+
error: {{ error.code }} {{ error.name }}<br />
10+
ressource: {{ error.route }}
1211
<br>
1312
</span>
1413
<template #activator="{ props }">
@@ -19,7 +18,17 @@
1918
</v-tooltip>
2019
</v-col>
2120
<v-col cols="9" class="text-no-wrap overflow-hidden">
22-
{{ error.name }}
21+
<v-tooltip location="top">
22+
<span>
23+
{{ error.description }}
24+
<br>
25+
</span>
26+
<template #activator="{ props }">
27+
<div v-bind="props">
28+
{{ error.description }}
29+
</div>
30+
</template>
31+
</v-tooltip>
2332
</v-col>
2433
<v-spacer />
2534
<v-col cols="auto">
@@ -46,4 +55,4 @@ function calc_margin (index) {
4655
.v-snackbar :deep(.v-snackbar__content) {
4756
width: 100%;
4857
}
49-
</style>
58+
</style>

0 commit comments

Comments
 (0)