Skip to content

Commit 9f38eb9

Browse files
committed
Improve displaying
1 parent 095f7d7 commit 9f38eb9

File tree

20 files changed

+2178
-465
lines changed

20 files changed

+2178
-465
lines changed

frontend/ultima-ng-19.0.0/src/app/layout/components/app.menu.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ export class AppMenu {
126126
]
127127
: this.user?.role === 'MANAGER'
128128
? [
129-
{
130-
label: 'Verification client',
131-
icon: 'pi pi-fw pi-hourglass',
132-
routerLink: ['/dashboards/verification-client']
133-
}
129+
// {
130+
// label: 'Verification client',
131+
// icon: 'pi pi-fw pi-hourglass',
132+
// routerLink: ['/dashboards/verification-client']
133+
// }
134134
]
135135
: [])
136136

frontend/ultima-ng-19.0.0/src/app/pages/dashboard/agent-credit/digital-verification/digital-verification.component.html

Lines changed: 358 additions & 303 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)