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() {
166166 < MqttToggle topic = "/v1/tac/update/enable_polling" >
167167 Periodically check for updates
168168 </ MqttToggle >
169+ < MqttToggle topic = "/v1/tac/update/enable_auto_install" >
170+ Automatically install and boot updates
171+ </ MqttToggle >
169172 </ Box >
170173 </ Container >
171174 ) ,
Original file line number Diff line number Diff line change @@ -254,6 +254,12 @@ export function UpdateConfig() {
254254 Periodically check for updates
255255 </ MqttToggle >
256256 </ 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 >
257263 </ ColumnLayout >
258264 </ Container >
259265 ) ;
You can’t perform that action at this time.
0 commit comments