#6321 - Improve Tickets negatives #1388

Open
jsegarra wants to merge 25 commits from fix_ticketNegatives into dev
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 0e68b75083 - Show all commits

View File

@ -101,14 +101,14 @@ const columns = computed(() => [
name: 'zoneName',
label: t('negative.detail.zoneName'),
field: 'zoneName',
align: 'center',
align: 'left',
sortable: true,
},
{
name: 'nickname',
label: t('negative.detail.nickname'),
field: 'nickname',
align: 'center',
align: 'left',
sortable: true,
},
{