Skip to content

Commit

Permalink
Update MailFlowTable.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tinohager committed Jul 22, 2024
1 parent ddc2dc3 commit 80b08b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Frontend/src/components/MailFlowTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ const columns : QTableProps['columns'] = [
{
name: 'by',
align: 'left',
label: 'By',
label: 'Receiving host (By)',
field: 'by',
sortable: false
},
{
name: 'from',
align: 'left',
label: 'From',
label: 'Sending host (From)',
field: 'from',
sortable: false
},
Expand Down

0 comments on commit 80b08b6

Please sign in to comment.