{{ t('app_api', 'ExApps installed') }}: {{ daemon.exAppsCount }}
{{ t('app_api', 'Name') }}: {{ daemon.name }}
{{ t('app_api', 'Protocol') }}: {{ daemon.protocol }}
{{ t('app_api', 'Host') }}: {{ daemon.host }}
diff --git a/src/components/DaemonConfig/DaemonTestDeploy.vue b/src/components/DaemonConfig/DaemonTestDeploy.vue new file mode 100644 index 00000000..a22027e3 --- /dev/null +++ b/src/components/DaemonConfig/DaemonTestDeploy.vue @@ -0,0 +1,384 @@ + ++ {{ t('app_api', 'AppAPI will try to install small skeleton ExApp to verify Daemon configured correctly and deployment steps are passing.') }} +
++ {{ t('app_api', 'The following Deploy test checks must be passed to succeed:') }} + ({{ Object.values(statusChecks).reduce((acc, status_check) => acc + (status_check.passed ? 1 : 0), 0) }} / {{ Object.keys(statusChecks).length }}) +
++ {{ statusCheck.error_message }} +
+