File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 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  } " >
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 >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments