This commit is contained in:
2020-04-11 20:39:34 +00:00
parent adb386ca12
commit 77448df198
2 changed files with 5 additions and 8 deletions

View File

@@ -22,11 +22,11 @@
>{{ i.date }} - {{ getEventName(i.event) }}</v-card-subtitle
>
<v-card-text
><v-icon class="mr-4">{{
><v-icon large class="mr-2">{{
getIconForObjectType(i.objectType)
}}</v-icon
>{{ getNameForType(i.objectType) }}
<div v-if="i.textra">{{ i.textra }}</div>
<div class="mt-4" v-if="i.textra">{{ i.textra }}</div>
</v-card-text>
<v-card-actions>
@@ -222,7 +222,8 @@ export default {
temp[i].index = currentEventCount + i;
//test
temp[i].textra = "This is some extra text. Blah blah blah blah.";
temp[i].textra =
"This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.This is some extra text. Blah blah blah blah blah x.12345";
}
vm.obj = [...vm.obj, ...temp];