@@ -6,7 +6,7 @@ export const tooltipText = {
6
6
Docker image used to run all database containers – clones, snapshot preparation containers, sync containers.
7
7
Although such images are based on traditional Docker images for Postgres, DLE expects slightly different behavior: e.g.,
8
8
Postgres is not the first process used to start container, so Postgres restarts are possible, they do not trigger
9
- container state change. For details, see
9
+ container state change. For details, see { ' ' }
10
10
< a target = { '_blank' } href = { 'https://postgres.ai/docs/database-lab/supported-databases' } className = { styles . externalLink } > the docs</ a > .
11
11
</ div >
12
12
) ,
@@ -26,7 +26,7 @@ export const tooltipText = {
26
26
< div >
27
27
Specifies one or more shared libraries (comma-separated list) to be preloaded at Postgres server start
28
28
(< a target = { '_blank' } href = { 'hhttps://postgresqlco.nf/doc/en/param/shared_preload_libraries/' } className = { styles . externalLink } > details</ a > ).
29
- If some libraries/extensions are missing, Postgres fails to start, so make sure that
29
+ If some libraries/extensions are missing, Postgres fails to start, so make sure that { ' ' }
30
30
< span className = { styles . firaCodeFont } > dockerImage</ span > used above contains all the needed extensions.
31
31
</ div >
32
32
) ,
@@ -54,7 +54,7 @@ export const tooltipText = {
54
54
< div >
55
55
Database name used to connect to the source to run diagnostics queries.
56
56
This database is not necesserarily to be copied (another field,
57
- < span className = { styles . firaCodeFont } > databases</ span > , defines which database to copy).]
57
+ { ' ' } < span className = { styles . firaCodeFont } > databases</ span > , defines which database to copy).
58
58
</ div >
59
59
) ,
60
60
databases : ( ) => (
0 commit comments