File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
3
3
certs :
4
4
container_name : oe-certs
5
5
image : itechuw/certgen:main
6
- # platform: linux/amd64
6
+ platform : linux/amd64
7
7
restart : always
8
8
environment :
9
9
- KEYSTORE_PW="kspass"
@@ -42,7 +42,7 @@ services:
42
42
# context: .
43
43
# dockerfile: Dockerfile.dev
44
44
image : itechuw/openelis-global-2-dev:develop
45
- # platform: linux/amd64
45
+ platform : linux/amd64
46
46
depends_on :
47
47
- database
48
48
- certs
@@ -75,7 +75,7 @@ services:
75
75
fhir.openelis.org :
76
76
container_name : external-fhir-api
77
77
image : itechuw/openelis-global-2-fhir:develop
78
- # platform: linux/amd64
78
+ platform : linux/amd64
79
79
depends_on :
80
80
- database
81
81
- certs
@@ -106,7 +106,7 @@ services:
106
106
frontend.openelis.org :
107
107
image : itechuw/openelis-global-2-frontend-dev:develop
108
108
container_name : openelisglobal-front-end
109
- # platform: linux/amd64
109
+ platform : linux/amd64
110
110
networks :
111
111
- default
112
112
volumes :
@@ -119,7 +119,7 @@ services:
119
119
proxy :
120
120
image : itechuw/openelis-global-2-proxy:develop
121
121
container_name : openelisglobal-proxy
122
- # platform: linux/amd64
122
+ platform : linux/amd64
123
123
ports :
124
124
- 80:80
125
125
- 443:443
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ services:
3
3
certs :
4
4
container_name : oe-certs
5
5
image : itechuw/certgen:main
6
- # platform: linux/amd64
6
+ platform : linux/amd64
7
7
restart : always
8
8
environment :
9
9
- KEYSTORE_PW="kspass"
@@ -39,7 +39,7 @@ services:
39
39
oe.openelis.org :
40
40
container_name : openelisglobal-webapp
41
41
image : itechuw/openelis-global-2:develop
42
- # platform: linux/amd64
42
+ platform : linux/amd64
43
43
depends_on :
44
44
- database
45
45
- certs
@@ -72,7 +72,7 @@ services:
72
72
fhir.openelis.org :
73
73
container_name : external-fhir-api
74
74
image : itechuw/openelis-global-2-fhir:develop
75
- # platform: linux/amd64
75
+ platform : linux/amd64
76
76
depends_on :
77
77
- database
78
78
- certs
@@ -104,7 +104,7 @@ services:
104
104
frontend.openelis.org :
105
105
image : itechuw/openelis-global-2-frontend:develop
106
106
container_name : openelisglobal-front-end
107
- # platform: linux/amd64
107
+ platform : linux/amd64
108
108
networks :
109
109
- default
110
110
environment :
@@ -114,7 +114,7 @@ services:
114
114
proxy :
115
115
image : itechuw/openelis-global-2-proxy:develop
116
116
container_name : openelisglobal-proxy
117
- # platform: linux/amd64
117
+ platform : linux/amd64
118
118
ports :
119
119
- 80:80
120
120
- 443:443
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ let breadcrumbs = [
50
50
} ,
51
51
{
52
52
label : "configuration.panel.manage" ,
53
- link : "/MasterListsPage#SampleTypeManagement " ,
53
+ link : "/MasterListsPage#PanelManagement " ,
54
54
} ,
55
55
{
56
56
label : "configuration.panel.assign" ,
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ function TestSectionManagement() {
89
89
id = "TestSectionCreate"
90
90
href = "/MasterListsPage#TestSectionCreate"
91
91
>
92
- < FormattedMessage id = "configuration.method .create" />
92
+ < FormattedMessage id = "configuration.testUnit .create" />
93
93
</ ClickableTile >
94
94
< br />
95
95
< ClickableTile
You can’t perform that action at this time.
0 commit comments