File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
ui/packages/platform/src/components
DbLabInstanceForm/DbLabFormSteps Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -243,12 +243,12 @@ export const AnsibleInstance = ({
243
243
margin : '20px 0' ,
244
244
} }
245
245
>
246
- < Button variant = "contained" color = "primary" onClick = { goBack } >
247
- See list of instances
248
- </ Button >
249
246
< Button variant = "outlined" color = "secondary" onClick = { goBackToForm } >
250
247
Back to form
251
248
</ Button >
249
+ < Button variant = "contained" color = "primary" onClick = { goBack } >
250
+ See list of instances
251
+ </ Button >
252
252
</ Box >
253
253
</ >
254
254
) }
Original file line number Diff line number Diff line change @@ -154,12 +154,12 @@ export const DockerInstance = ({
154
154
margin : '20px 0' ,
155
155
} }
156
156
>
157
- < Button variant = "contained" color = "primary" onClick = { goBack } >
158
- See list of instances
159
- </ Button >
160
157
< Button variant = "outlined" color = "secondary" onClick = { goBackToForm } >
161
158
Back to form
162
159
</ Button >
160
+ < Button variant = "contained" color = "primary" onClick = { goBack } >
161
+ See list of instances
162
+ </ Button >
163
163
</ Box >
164
164
</ >
165
165
) }
Original file line number Diff line number Diff line change @@ -143,16 +143,16 @@ export const AnsibleInstance = ({
143
143
margin : '20px 0' ,
144
144
} }
145
145
>
146
- < Button variant = "contained" color = "primary" onClick = { goBack } >
147
- See list of instances
148
- </ Button >
149
146
< Button
150
147
variant = "outlined"
151
148
color = "secondary"
152
149
onClick = { goBackToForm }
153
150
>
154
151
Back to form
155
152
</ Button >
153
+ < Button variant = "contained" color = "primary" onClick = { goBack } >
154
+ See list of instances
155
+ </ Button >
156
156
</ Box >
157
157
</ >
158
158
) }
Original file line number Diff line number Diff line change @@ -113,16 +113,16 @@ export const DockerInstance = ({
113
113
margin : '20px 0' ,
114
114
} }
115
115
>
116
- < Button variant = "contained" color = "primary" onClick = { goBack } >
117
- See list of instances
118
- </ Button >
119
116
< Button
120
117
variant = "outlined"
121
118
color = "secondary"
122
119
onClick = { goBackToForm }
123
120
>
124
121
Back to form
125
122
</ Button >
123
+ < Button variant = "contained" color = "primary" onClick = { goBack } >
124
+ See list of instances
125
+ </ Button >
126
126
</ Box >
127
127
</ >
128
128
) }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const getPlaybookCommand = (
7
7
state : typeof initialState ,
8
8
orgKey : string ,
9
9
) =>
10
- `docker run --rm -it postgresai/dle-se-ansible:v1.0-rc.1 \\\r
10
+ `docker run --rm -it -v $HOME/.ssh:/root/.ssh:ro -e ANSIBLE_SSH_ARGS="-F none" postgresai/dle-se-ansible:v1.0-rc.3 \\\r
11
11
ansible-playbook deploy_dle.yml --extra-vars \\\r
12
12
"dle_host='user@server-ip-address' \\\r
13
13
dle_platform_project_name='${ state . name } ' \\\r
You can’t perform that action at this time.
0 commit comments