- Mail in a Box: comandi per aggiungere/modificare/rimuovere le caselle di posta
- aggiunto idMyGroup: ospiti siti di gruppi (AbitareGliIblei)
This commit is contained in:
@@ -1882,6 +1882,8 @@ export const colTableSites = [
|
||||
AddCol({ name: 'host_testapi_ip', label_trans: 'sites.host_testapi_ip', fieldtype: costanti.FieldType.string }),
|
||||
AddCol({ name: 'cf_token', label_trans: 'sites.cf_token', fieldtype: costanti.FieldType.string }),
|
||||
AddCol({ name: 'cf_zoneId', label_trans: 'sites.cf_zoneId', fieldtype: costanti.FieldType.string }),
|
||||
AddCol({ name: 'servermail', label_trans: 'sites.servermail', fieldtype: costanti.FieldType.string }),
|
||||
AddCol({ name: 'enable_servermail', label_trans: 'sites.enable_servermail', fieldtype: costanti.FieldType.boolean }),
|
||||
AddCol({ name: 'portapp', label_trans: 'sites.portapp', fieldtype: costanti.FieldType.string }),
|
||||
AddCol({ name: 'dir', label_trans: 'sites.dir' }),
|
||||
AddCol({ name: 'dir_test', label_trans: 'sites.dir_test', fieldtype: costanti.FieldType.string }),
|
||||
@@ -3141,6 +3143,11 @@ export const colTableUsersISP = [
|
||||
label_trans: 'reg.verified_by_aportador',
|
||||
fieldtype: costanti.FieldType.boolean
|
||||
}),
|
||||
AddCol({
|
||||
name: 'idMyGroup',
|
||||
label_trans: 'reg.idMyGroup',
|
||||
fieldtype: costanti.FieldType.string
|
||||
}),
|
||||
AddCol({
|
||||
name: 'notask_verif',
|
||||
label_trans: 'reg.notAsk_ToVerify',
|
||||
|
||||
Reference in New Issue
Block a user