Skip to content
Extraits de code Groupes Projets
Valider 095bc85d rédigé par yassine.chhirou's avatar yassine.chhirou
Parcourir les fichiers

display department agency & sector in geoloc history view

parent 3fbaaa38
Branches
Étiquettes
1 requête de fusion!301VSN-1096 / display department agency & sector in geoloc history view
Pipeline #22161 réussi avec l'étape
in 5 minutes et 14 secondes
......@@ -28,7 +28,8 @@ NEXT_PUBLIC_AUTH0_CALLBACK_URL=
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
NEXT_PUBLIC_VSN_GATEWAY_API_URL=https://vsn-api-prerec.mc-intern.com/
NEXT_PUBLIC_VSN_GATEWAY_API_URL=http://localhost:8080
......
......@@ -427,9 +427,9 @@ export const DEFAULT_GEOLOC_HISTORY_TABLE_HEAD: TableColumn[] = [
{ id: 'driverName', label: 'Nom du chauffeur', type: 'text'},
{ id: 'carRegistration', label: 'Immatriculation', type: 'text' },
{ id: 'tripDate', label: 'Date ', type: 'date' },
{ id: 'agence', label: 'Agence', type: 'text' },
{id:'departement', label: 'Département', type: 'text'},
{ id: 'secteur', label: 'Secteur', type: 'text' },
{ id: 'Agency', label: 'Agence', type: 'text' },
{id:'department', label: 'Département', type: 'text'},
{ id: 'sector', label: 'Secteur', type: 'text' },
{ id: '', label: 'Action'}
];
export const _geolocHistory: IGeolocHistory[] = [...Array(25)].map((_, index) => {
......
0% ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter