Improve ExamineLogModal

This commit is contained in:
Erki Aas 2022-11-15 18:32:19 +02:00
parent 79db9a63eb
commit 95ec7e09e8
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<v-dialog
v-model="examineLog"
width="50wv"
@click.outside="closeModal"
>
<v-card>
<v-card-text style="height: 70vh">
@ -52,7 +53,8 @@ export default {
field: 'key',
sortable: true,
filter: 'agTextColumnFilter',
resizable: true
resizable: true,
width: 10,
},
{
field: 'value',