Implemented setup wizard server check functionality

This commit is contained in:
Peter Papp
2021-07-24 11:33:58 +02:00
parent 7576904587
commit cb496281b7
19 changed files with 566 additions and 29 deletions
+1
View File
@@ -72,6 +72,7 @@
legal: {!! $legal ?? 'undefined' !!},
installation: '{{ $installation ?? 'initial' }}',
statusCheck: {!! json_encode($status_check) ?? 'undefined' !!},
}
</script>