desc on client table #421
This commit is contained in:
@@ -272,6 +272,7 @@ const filterItems = [
|
|||||||
|
|
||||||
const headers = [
|
const headers = [
|
||||||
{ title: i18n.global.t('client.name'), key: 'name' },
|
{ title: i18n.global.t('client.name'), key: 'name' },
|
||||||
|
{ title: i18n.global.t('client.desc'), key: 'desc' },
|
||||||
{ title: i18n.global.t('client.group'), key: 'group' },
|
{ title: i18n.global.t('client.group'), key: 'group' },
|
||||||
{ title: i18n.global.t('pages.inbounds'), key: 'inbounds', width: 10 },
|
{ title: i18n.global.t('pages.inbounds'), key: 'inbounds', width: 10 },
|
||||||
{ title: i18n.global.t('actions.action'), key: 'actions', sortable: false},
|
{ title: i18n.global.t('actions.action'), key: 'actions', sortable: false},
|
||||||
|
|||||||
Reference in New Issue
Block a user