diff --git a/ui/src/app/apps/app/app.component.html b/ui/src/app/apps/app/app.component.html index 23309edc0..c1364aa8c 100644 --- a/ui/src/app/apps/app/app.component.html +++ b/ui/src/app/apps/app/app.component.html @@ -3,7 +3,7 @@

{{ 'applications.details.title' | translate }} {{ app.name }}  {{ app.type }} - {{ defaultApp.version }} + {{ detailedApp.version ?? defaultApp.version }}

@@ -65,14 +65,14 @@

{{ 'applications.main.version' | translate }}
- {{ defaultApp.version }} + {{ detailedApp.version }}
{{ 'applications.main.bootVersion' | translate }}
{{ - 'applications.main.bootVersions.' + defaultApp.bootVersion | translate + 'applications.main.bootVersions.' + detailedApp.bootVersion | translate }}