desc on client table #421

This commit is contained in:
Alireza Ahmadi
2025-01-26 16:58:51 +01:00
parent e380cb888f
commit 20520552c2
+1
View File
@@ -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},