Frontend: Add classes for testing to components
This commit is contained in:
parent
6eaab57843
commit
6c1cc3c4d8
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@
|
|||
</v-btn>
|
||||
</v-img>
|
||||
</td>
|
||||
<td class="p-photo-desc clickable" @click.exact="editPhoto(props.index)" style="user-select: none;">
|
||||
|
||||
<td class="p-photo-desc clickable" :data-uid="props.item.UID" @click.exact="editPhoto(props.index)" style="user-select: none;">
|
||||
{{ props.item.Title }}
|
||||
</td>
|
||||
<td class="p-photo-desc hidden-xs-only" :title="props.item.getDateString()">
|
||||
|
|
Loading…
Reference in a new issue