diff --git a/dashboard/src/components/ApplinkDialog.vue b/dashboard/src/components/ApplinkDialog.vue new file mode 100644 index 000000000..217288f5d --- /dev/null +++ b/dashboard/src/components/ApplinkDialog.vue @@ -0,0 +1,192 @@ + + + + + + + {{ error.generic }} + + + {{ $t('app.applinks.upstreamUri') }} + + {{ error.upstreamUri }} + + + + {{ $t('app.applinks.label') }} + + + + + + {{ $t('app.display.icon') }} + + + + + + {{ $t('app.applinks.clearIconAction') }} - {{ $t('app.applinks.clearIconDescription') }} + + + + + {{ $t('app.display.tags') }} + + + + + {{ $t('app.accessControl.userManagement.dashboardVisibility') }} + + + + + + + + + {{ $t('appstore.installDialog.users') }}: + + + {{ $t('appstore.installDialog.groups') }}: + + + + + + + + + diff --git a/dashboard/src/components/AppsView.vue b/dashboard/src/components/AppsView.vue index 8bb07bd5b..5cc9f76b7 100644 --- a/dashboard/src/components/AppsView.vue +++ b/dashboard/src/components/AppsView.vue @@ -1,5 +1,7 @@ + + {{ $t('apps.title') }} @@ -11,7 +13,7 @@ - + {{ app.label || app.subdomain || app.fqdn }} @@ -63,7 +65,7 @@ - + @@ -89,15 +91,18 @@
{{ error.generic }}