File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,9 @@ export default function Setup() {
166
166
< MqttToggle topic = "/v1/tac/update/enable_polling" >
167
167
Periodically check for updates
168
168
</ MqttToggle >
169
+ < MqttToggle topic = "/v1/tac/update/enable_auto_install" >
170
+ Automatically install and boot updates
171
+ </ MqttToggle >
169
172
</ Box >
170
173
</ Container >
171
174
) ,
Original file line number Diff line number Diff line change @@ -254,6 +254,12 @@ export function UpdateConfig() {
254
254
Periodically check for updates
255
255
</ MqttToggle >
256
256
</ Box >
257
+ < Box >
258
+ < Box variant = "awsui-key-label" > Auto Install</ Box >
259
+ < MqttToggle topic = "/v1/tac/update/enable_auto_install" >
260
+ Automatically install and boot updates
261
+ </ MqttToggle >
262
+ </ Box >
257
263
</ ColumnLayout >
258
264
</ Container >
259
265
) ;
You can’t perform that action at this time.
0 commit comments