From 864ed02a8a904295052ed28f1b255a5efd3af6d6 Mon Sep 17 00:00:00 2001 From: ArmandBahi <armand.bahi@veremes.com> Date: Wed, 8 Jun 2022 17:10:16 +0200 Subject: [PATCH] ajout menu rapports --- conf/app.struct.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/app.struct.ts b/conf/app.struct.ts index 74821422..2ccb6515 100755 --- a/conf/app.struct.ts +++ b/conf/app.struct.ts @@ -24,7 +24,8 @@ import { vmapPrintWidget, vmapMapPrintingsMode, vmapUsersSection, - vmapFluxMode + vmapFluxMode, + vmapMapReportsMode } from '../modules/vmap/struct/vmap.struct'; /** @@ -70,6 +71,7 @@ export const appStruct: AppConfig = { 'privilege': 'vitis_admin' }, vmapMapPrintingsMode, + vmapMapReportsMode, { 'type': 'separator', 'label': 'TITLE_MODE_VMAP_ADMINISTRATION', -- GitLab