Skip to content

Commit f1a44e5

Browse files
committed
Merge remote-tracking branch 'origin/release/v11.0.2' into release/v11.0.2
2 parents 038d5a7 + 2b4b256 commit f1a44e5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/app/app-module/shared/components/app-module-card/app-module-card.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="module-card card text-center p-2 m-0 d-flex flex-column align-items-center justify-content-between">
1+
<div *ngIf="module.moduleName !== UtmModulesEnum.AS_400" class="module-card card text-center p-2 m-0 d-flex flex-column align-items-center justify-content-between">
22
<div class="d-flex flex-column w-100">
33
<!--<div *ngIf="version === versionType.COMMUNITY && ModulesEnterprise.includes(module.moduleName)" class="d-flex justify-content-end">
44
<span class="badge p-1 border-1 m-1 bg-success-300"> Enterprise </span>

frontend/src/app/app-module/shared/components/app-module-card/app-module-card.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export class AppModuleCardComponent implements OnInit, OnDestroy {
2828
modules = UtmModulesEnum;
2929
destroy$: Subject<void> = new Subject<void>();
3030
ModulesEnterprise = ModulesEnterprise;
31+
readonly UtmModulesEnum = UtmModulesEnum;
3132

3233
ngOnInit() {
3334
this.versionTypeService.versionType$

0 commit comments

Comments
 (0)