This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user