diff --git a/dashboard/src/views/AppConfigureView.vue b/dashboard/src/views/AppConfigureView.vue index 61937b50c..86fb7389b 100644 --- a/dashboard/src/views/AppConfigureView.vue +++ b/dashboard/src/views/AppConfigureView.vue @@ -295,7 +295,7 @@ onBeforeUnmount(() => { {{ app.label || app.fqdn }}
{{ installationStateLabel(app) }} - {{ app.error.message }}
{{ installationStateLabel(app) }} {{ app.message ? ' - ' + app.message : '' }}
- + diff --git a/dashboard/src/views/AppsView.vue b/dashboard/src/views/AppsView.vue index ba3d1e07b..10b91605c 100644 --- a/dashboard/src/views/AppsView.vue +++ b/dashboard/src/views/AppsView.vue @@ -332,7 +332,7 @@ onDeactivated(() => {
- +
@@ -346,7 +346,7 @@ onDeactivated(() => {
{{ $t('app.appLink.title') }}
{{ AppsModel.installationStateLabel(app) }}
- +
diff --git a/dashboard/src/views/AppstoreView.vue b/dashboard/src/views/AppstoreView.vue index 623eba577..ff18dddd7 100644 --- a/dashboard/src/views/AppstoreView.vue +++ b/dashboard/src/views/AppstoreView.vue @@ -219,7 +219,7 @@ onDeactivated(() => {
- +
Cloudron not registered. Reset registration here.