Skip to content

Commit

Permalink
displaying entry text instead of lorem ipsum
Browse files Browse the repository at this point in the history
  • Loading branch information
taranovegor committed Jun 25, 2024
1 parent 69264e6 commit 0e16042
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
<span class="entry__identifier ml-2 vertical-align-middle">{{ slotProps.data._EXE ?? slotProps.data.SYSLOG_IDENTIFIER ?? 'N/A' }}</span>
</div>
<div class="entry__body mt-1">
<span class="entry__message">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab animi aut debitis eos exercitationem fuga hic impedit ipsa numquam, odio pariatur quod recusandae sequi tenetur unde veniam voluptates. Ad aliquam asperiores deleniti eos hic itaque nulla obcaecati reiciendis sed voluptate. Architecto consectetur debitis fugiat minus mollitia nemo quae tempora voluptatem.</span>

<span class="entry__message">{{ slotProps.data.MESSAGE ?? 'N/A' }}</span>
</div>
</template>
</Column>
Expand Down

0 comments on commit 0e16042

Please sign in to comment.