File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 154154 <th v-if =" $vuetify.breakpoint.xlOnly" class =" text-left" >
155155 ID
156156 </th >
157- <th class =" text-left" >Callback URL</th >
157+ <th class =" text-left text-break " >Callback URL</th >
158158 <th v-if =" $vuetify.breakpoint.lgAndUp" class =" text-center" >
159159 Events
160160 </th >
166166 <td v-if =" $vuetify.breakpoint.xlOnly" class =" text-left" >
167167 {{ webhook.id }}
168168 </td >
169- <td >{{ webhook.url }}</td >
169+ <td class = " text-break " >{{ webhook.url }}</td >
170170 <td v-if =" $vuetify.breakpoint.lgAndUp" class =" text-center" >
171171 <v-chip
172172 v-for =" event in webhook.events"
284284 ID
285285 </th >
286286 <th class =" text-left" >Phone Number</th >
287- <th v-if =" $vuetify.breakpoint.lgAndUp" class =" text-center" >
288- Fcm Token
289- </th >
290287 <th v-if =" $vuetify.breakpoint.lgAndUp" class =" text-center" >
291288 Retries
292289 </th >
301298 {{ phone.id }}
302299 </td >
303300 <td >{{ phone.phone_number | phoneNumber }}</td >
304- <td v-if =" $vuetify.breakpoint.lgAndUp" >
305- <div class =" d-flex justify-center" >
306- <v-checkbox
307- readonly
308- class =" mx-auto"
309- :input-value =" true"
310- color =" success"
311- ></v-checkbox >
312- </div >
313- </td >
314301 <td v-if =" $vuetify.breakpoint.lgAndUp" >
315302 <div class =" d-flex justify-center" >
316303 {{
You can’t perform that action at this time.
0 commit comments